





.gallery-top {
	width: 100%;
	height: 650px;
}

.gallery-thumbs {
	width: 700px;
	height: auto;
	padding-top: 10px;
}

.gallery-thumbs .swiper-wrapper {
	width: 100%;
}

.gallery-thumbs .swiper-slide {
	width: 25%;
	flex-flow: row nowrap;
	height: 100%;
	opacity: 1;
	cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
	
}


/*@media (min-width: 480px){ 
	.swiper-container{ min-height: 320px;}
	.swiper-container-wrapper{ flex-flow: row nowrap;}
	.gallery-top{ width: 80%; height: 100vh; margin-right: 10px;}
	.gallery-thumbs{ width: 20%; height: 100vh; padding: 0;}
	.gallery-thumbs .swiper-wrapper{ flex-direction: column;}
	.gallery-thumbs .swiper-slide{ flex-flow: column nowrap; width: 100%;}
}*/