@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {

    #hero.homepage .background {
        width: 100%;
    }
    
    .views-element-container {
        width: 100%;
    }
    
    .orange-overlay-container:after {
        background-color: rgba(122, 71, 20, 0.7) !important;
    }

}