@media(max-width:991.98px) and (min-width:768px) {
    img.desktopCarousel-img {
        width: 658px!important;
        height: 150px!important;
        margin: 0 18px!important;
    }
}

@media(min-width: 1400px) {
    .banner {
        background-size: 2560px 290px!important;
    }
}	

@media(min-width: 1200px) and (max-width: 1399.98px) {
    .banner {
        background-size: 2130px 250px!important;
    }
}

@media(min-width: 991px) and (max-width: 1199.98px) {
    .banner {
        background-size: 1795px 210px!important;
    }
}	

@media(min-width: 768px) and (max-width: 990.98px) {
    .banner {
        background-size: 1277px 150px!important;
    }
}