.swiper {
	width  : 100%;
	height : 800px;
}

.swiper-slide .swiper-text {
	text-align              : center;
	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;
	position                : absolute;
	flex-direction          : column;
	top                     : 0;
	height                  : 100%;
	width                   : 100%;
}

.swiper-slide img {
	display    : block;
	height     : 100%;
	width      : 100%;
	object-fit : cover;
}

.swiper-slide .swiper-text {
	color     : #000;
	font-size : 18px;
}

.swiper-slide .swiper-text .swiper-title {
	color     : #000;
	font-size : 32px;
}