
.swiper-container {
  width: 100%;
  /* height: 100vh; */
/*     background: #fd5; */
}
.swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}