.swiper > .swiper-wrapper > .swiper-slide{height:auto}
.swiper-button-prev.rounded,
.swiper-button-next.rounded{
	background:linear-gradient(45deg, #aaa, #eee);
	border-radius:100% !important;
	width:2rem;
	height:2rem;
	color:#000;
}
.swiper-button-next.rounded:after,
.swiper-button-prev.rounded:after{
	font-size:1rem;
	font-weight:bold;
}