protected override void setCss(CssArquivoBase css) { base.setCss(css); this.addCss(css.setBackgroundAttachment("fixed")); this.addCss(css.setBackgroundImageJpg("home-skate-bg")); this.addCss(css.setBackgroundPosition("center")); this.addCss(css.setBackgroundRepeat("no-repeat")); this.addCss(css.setBackgroundSize("cover")); }