.fullwidth {
width: 100vw;
position: relative;
margin-left: -50vw;
left: 50%;
background-color: lightgrey;
}
.fullwidth.has-image {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-blend-mode: overlay;
}.container-width-75 {
position: relative;
width: 75%;
}
@media (max-width:991px) {
.container-width-75 {
width: 100%;
}
}