.mySwiper-mobile .lazy {
    opacity: 0;
    transition: opacity 0.3s ease-in;
    background: #f5f5f5;
}

.mySwiper-mobile .lazy.loaded {
    opacity: 1;
}

.mySwiper-mobile .swiper-slide {
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}

.mySwiper-mobile .swiper-slide:first-child .lazy,
.mySwiper-mobile .swiper-slide:first-child .banner-mobile-eager {
    opacity: 1;
}

.mySwiper-mobile img,
.mySwiper-mobile video {
    display: block;
    width: 100%;
    height: auto;
}
