.swiper {
    width: 100%;
    aspect-ratio: 64/25;
}

.swiper-slide img {
    aspect-ratio: 64/25;
    object-fit: cover;
}
