.gallery {
	width: 100%;
}
.gallery-slider {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
.gallery-slider .swiper-slide {
	width: auto;
	height: 400px;
	overflow:hidden!important
}
.gallery-slider .swiper-slide img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.gallery-thumbs {
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.gallery-thumbs .swiper-slide {
	text-align: center;
	overflow: hidden;
	opacity:0.8;
}
.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}
.gallery-thumbs .swiper-slide img {
	width:100%!important;
	height:auto!important;
}
.swiper-button-next, .swiper-button-prev {
	background:#fff;
	width:40px;
	height:40px;
	border-radius:100px;
	text-align:center;
	line-height:40px
}
.swiper-button-next:after, .swiper-button-prev:after {
	color:#2b3d4f;
	font-size:18px;
}
.gallery-thumbs .swiper-slide {
	border:solid 2px transparent;
	height:78px
}
.gallery-thumbs .swiper-slide-active {
	border:solid 2px #2b3d4f
}
 @media (max-width:480px) {
.gallery-thumbs .swiper-slide {
height:76px !important;
}
.gallery-slider .swiper-slide {
height:340px;
}
}
 @media (max-width:414px) {
.gallery-thumbs .swiper-slide {
height:70px !important;
}
 .gallery-slider .swiper-slide {
height:260px;
}


}
 @media (max-width:360px) {
.gallery-thumbs .swiper-slide {
height:80px !important;
}
 .gallery-slider .swiper-slide {
height:230px;
}
}
 @media (max-width:320px) {
.gallery-thumbs .swiper-slide {
height:77px !important;
}
}
