swiper-container {
  --swiper-theme-color: white;
  --swiper-navigation-size: 1.2rem;
}

swiper-slide {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
