

.gallery {
  width: 100%;
  /* max-width: 100%; */
  margin: 40px auto 0;
}
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.gallery-slider .swiper-slide {
  width: auto;
  height: 600px;
}
.gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
 margin-right: 0 !important;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}
.gallery-thumbs .swiper-slide :hover{opacity: 0.6;}
.swiper-button-next, .swiper-button-prev{background-color: #fff; border-radius: 50%; height: 40px; width: 40px;}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {font-size: 16px;}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  font-size: 16px;
}