can i get the rigt code to fix it?
body,
html {
background: url({{‘364052861-huge.jpg’ | asset_url }});
background-color: $color-body;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position:center;
background-attachment:fixed;
background-repeat: no-repeat;
}
.page-width {
@include clearfix();
max-width: $width-site;
margin: 0 auto;
}
.main-content {
display: block;
padding-top: $section-spacing-small;
@include media-query($medium-up) {
padding-top: $section-spacing;
}
}
.section-header {
margin-bottom: $section-spacing-small;
@include media-query($medium-up) {
margin-bottom: $section-spacing;
}
}

