@media (min-width: 1500px) and (max-width: 1600px) {
    .bannerSlider .swiper-slide {
        width: 100% !important;
        max-width: 350px;
    }

    .bannerSlider .swiper-slide-active {
        opacity: 1;
        transform-origin: bottom center;
        z-index: 2;
        width: 100% !important;
        max-width: 550px;
    }
}
@media (min-width: 1400px) and (max-width: 1500px) {
    .bannerSlider .swiper-slide {
        width: 100% !important;
        max-width: 300px;
    }

    .bannerSlider .swiper-slide-active {
        width: 100% !important;
        max-width: 550px;
    }
}