@charset "utf-8";
/* CSS Document */

/* Thumbs gallery loop */
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.swiper-slide {
	width: 80%;
}

	.swiper-slide:nth-child(2n) {
		width: 60%;
	}

	.swiper-slide:nth-child(3n) {
		width: 40%;
	}


.swiper-button-next, .swiper-button-prev {
	z-index: 10;
}
