.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.swiper-pagination-bullet {
  background-color: white !important;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background-color: white !important;
  opacity: 1;
}



.ThumbsSwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.ThumbsSwiper .swiper-slide img {
  opacity: 0.4;
  height: 100%;
}

.ThumbsSwiper .swiper-slide-thumb-active img {
  opacity: 1 !important;
}

