html,
body {
  position: relative;
  height: 100%;
}

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

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px !important;
}

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



.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.mySwiper2 {
  height: auto;
  width: 100%;
  margin-bottom: 7px;
}

.mySwiper {
  box-sizing: border-box;
}
.mySwiper{
  padding: 0 20px;
  width: 100%;
  height: auto;
  
}
.mySwiper .swiper-slide {
  width: 20%;
  height: auto;
}

.mySwiper .swiper-slide-thumb-active {
  border: 2px solid #20bcaf;
}

.mySwiper .swiper-slide, .mySwiper .swiper-slide img{
  padding: 0px 5px !important;
  margin: 0px !important;
  max-width: 100px;
  max-height: 100px;
  border-radius: 5px;
}

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