.swiper-container {
	width: 100%;
	height: 100%;
	padding-bottom: 3rem;
	/*overflow: visible;*/
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background-color: #fff;

	/* Center slide text vertically */
	display: -webkit-block;
	display: block;
	-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;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-slide h5 {
	font-size: 17px;
}
.swiper-scrollbar {
	background-color: rgba(255,255,255,1);
}
.swiper-container-horizontal>.swiper-scrollbar {
	bottom: 0;
	height: 2px;
	width: 100%;
}