.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
  margin: 0 auto;
}