.swiperThumb .swiper-wrapper{
  height: auto;
}

.swiperThumb .swiper-slide{
  height: auto;
}

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

