.swiper-pagination{
	display: none;
}
.swiper{
	width: 15rem;
	margin: 0 auto .5rem auto;
	height: 1.25rem;
	z-index: 1;
}
.swiper-slide {
	text-align: center;
	font-size: .5rem;
	background: #eee;
	border-radius: 5px;
	line-height: 100%;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}