html,
body {
  position: relative;
  height: 100%;
}

swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: sw swiper-slidek;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper {
  height: 100%;
  width: 100%;
}

.mySwiper2 {
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper2 swiper-slide {
  width: 19% !important;
  height: 100%;
  opacity: 0.4;
}

.mySwiper2 .swiper-slide-thumb-active {
  opacity: 1;
}

swiper-slide img {
  display: sw swiper-slidek;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  border-radius: 10px;
}
