@charset "utf-8";
/* CSS Document */

.swiper-container {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

/*.gallery-top {
	height: 80%;
	width: 100%;
}*/

/*.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 0;
}*/

.gallery-thumbs .swiper-slide {
	/*width: 100%;*/
	height: auto;
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.gallery-thumbs img{
	width: 100%;
}