.swiper-container{
  width: 100%;
  height: 70% ;
}

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

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

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

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

.mySwiper2 {
  height: 80%;
  width: 100%;
  align-items: center;
  text-align: center;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
}

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

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

.swiper-button-prev{
  left: 0 !important;
  padding: 30px;
  background-color: rgba(0,0,0,0.3);
}

.swiper-button-next{
  right: 0 !important;
  padding: 30px;
  background-color: rgba(0,0,0,0.3);
}


.swiper-button-prev::after,
.swiper-button-next::after{
  font-size: 22px !important;
  font-weight: bold;
  color: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover{
  background-color: rgba(0, 0, 0, 0.521);
}