.swiper-section .swiper {
  width: 100%;
  /*height: 300px;*/
  margin-left: auto;
  margin-right: auto;
}

.swiper-section .swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-section .swiper-gallery {
  height: 80%;
  width: 100%;
}

.swiper-section .swiper-thumb {
  height: 20%;
  box-sizing: border-box;
  padding: 0;
}

.swiper-section .swiper-thumb .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.swiper-section .swiper-thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-section .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}