/**
 * object-fit polyfill styling
 */

.object-fit-polyfill {
    height:700px;    
}


@media (max-width: 767px) {
.big-module .banner-slider-1 img, .big-module .banner-slider-1 .object-fit-polyfill {
    height: 450px!important;
    min-height: 420px;
}

}
