.swiper-home {
    width: 100%;
    overflow: hidden;
    background: #f3f4f6;
}

.swiper-home.rounded-xl,
.swiper-home .swiper-home__media,
.swiper-home .swiper-home__media > a,
.swiper-home picture,
.swiper-home img {
    border-radius: inherit;
}

.swiper-home.rounded-xl {
    border-radius: .75rem;
}

.swiper-home .swiper-home__media,
.swiper-home .swiper-home__media > a,
.swiper-home picture {
    display: block;
    width: 100%;
}

.swiper-home img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.swiper-home .swiper-pagination-bullet-active {
    background: #fff;
}

@media (max-width: 767px) {
    .swiper-home img {
        aspect-ratio: 4 / 5;
    }
}
