 
@media (max-width: 767px){
	.gallery {
	  width: 100%;
	  max-width: 350PX;
	  margin: 0 auto;
	} 
.gallery-slider .swiper-slide {
  width: auto;
  height: 300px;
}	
 }
 
  @media (min-width: 768px){	 
	.gallery {
	  width: 100%;
	  max-width: 620px;
	  margin: 0 auto;
	}
	.gallery-slider .swiper-slide {
	  width: auto;
	  height: 500px;
	}
 }

.gallery {
  
  margin: 0 auto;
}
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}

.gallery-slider .swiper-slide img {
  display: block;
  width: auto;
  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;
  border:2px solid #d94a26;
}
.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}