.gallery {
  width: 100%;
  max-width: 900px;
  /*margin: 40px auto;*/
}
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  /*border:1px solid #424242;*/
}
.gallery-slider .swiper-slide {
  width: auto;
  height: auto;
}
.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;
  opacity: 0.5;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}
.swiper-button-next, .swiper-button-prev{color:#fff200;}
.swiper-button-next:after, .swiper-button-prev:after{font-size: 40px;}
@media (max-width: 480px) {
.swiper-button-next:after, .swiper-button-prev:after{font-size: 18px;}
}