.swiper-container-wrapper.swiper-style-fancygallery{
	.swiper-slide{
		display: flex;
		width: auto;
		max-width: 80vw;
		height: min( 67vw, 600px );

		a{
			display: block;
			max-height: 100%;

			img{
				width: auto;
				height: auto;
				max-width: 100%;
				max-height: 100%;
			}
		}
	}
	.swiper-buttons{
		@media (max-width: 991px){
			display: none;
		}
	}
}