.gallery-slider,
.gallery-slider > .swiper-container,
.gallery-slider > .swiper-container > .swiper-wrapper,
.gallery-slider > .swiper-container > .swiper-wrapper > .swiper-slide,
.gallery-slider > .swiper-container > .swiper-wrapper > .swiper-slide > div
{
	height: 500px;
}
.swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.controls { position: relative; }

@media screen and (max-width: 767px) {
	.gallery-slider { display: none; }
}
