

.caro {
	
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: #6d4f24;
	overflow: hidden;
}


.swiper {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 200px;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 300px;
	background: #000;
	-webkit-box-reflect: below 1px linear-gradient(transparent,transparent,#0006);
}


/* .swiper-pagination-bullet-active { */
/* 	background-color: red; */
/* } */
/**/
/* .swiper-button-prev, */
/* .swiper-button-next { */
/* 	color: red; */
/* } */
/**/
/* .swiper-button-prev:after, */
/* .swiper-button-next:after { */
/* 	font-size: 2rem; */
/* } */
/**/
