/**
* Block Name: slider_gallery
*/

section.slider_gallery {
  overflow: hidden;
}

section.slider_gallery .swiper-container {
  overflow: initial;
  padding: 0px 15px;
}

section.slider_gallery .is_swiper .swiper-slide {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 600px;
}

section.slider_gallery .is_swiper .swiper-slide-active {
  opacity: 1;
}

@media (min-width: 1200px) {
  section.slider_gallery .is_swiper .swiper-slide {
    height: 750px;
  }
}

@media (min-width: 1660px) {
  section.slider_gallery .is_swiper .swiper-slide {
    height: 870px;
  }
}
