.swiper-container {
    width: 100%;
    height: 100%;
}
  .swiper-container .swiper-slide {
    width: 100%;
    height: auto; }
    .swiper-container .swiper-slide img {
    width: 100%;
    object-fit: cover;
}
