.swiper {
	position: relative;
}

.swiper .subtitle {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	padding-bottom: 40px;
	text-align: center;
	color: #fff;
}

.swiper img {
	width: 100%;
}

.swiper .swiper-prev,
.swiper .swiper-next {
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	padding: 0 20px;
	cursor: pointer;
}

.swiper .swiper-prev {
	left: 0;
}

.swiper .swiper-next {
	right: 0
}

.swiper-pagination {
	bottom: 15px!important;
}

.swiper-pagination-bullet {
	background: #fff!important;
}