.slider_wrapper img {
  width: 100%;
  display: block;
}

.mainSwiper {
  width: 100%;
  height: 450px;
}

.mainSwiper img {
  height: 100%;
  object-fit: cover;
}

.thumbSwiper {
  margin-top: 15px;
}

.thumbSwiper .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
}

.thumbSwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #000;
}

.thumbSwiper img {
  height: 100px;
  object-fit: cover;
}
