.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	/* 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;
}
.swiper-slide.swiper-slide-active{
	max-width:100%;
}
.swiper-slide img {
	display: block;
	max-height:410px;
}
.swiper-slide p {
	display: block;
	max-height:428px;
	width:100%;
	word-break: break-word;
	font-size: 18px;
}
.swiper-pagination3 {
    margin-top: 45px;
}