.swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        width: 85%;
		margin-left:15px;
		border-radius:5px; 
		-moz-border-radius:5px;
		overflow:hidden;
		margin-bottom:25px;

        /* 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 dt{ float:left;}
	.swiper-slide dd{ float:right; margin-top:-90px; margin-right:20px; text-align:left;}
	.swiper-slide dd > h6{ line-height:20px; color:#fff;}
	.swiper-slide dd > h6 > span:nth-child(1){font-weight:bold; font-size: 18px;}
	.swiper-slide dd > h6 > span:nth-child(2){ font-size:12px;}
	@media screen and (min-width: 640px) {
    .swiper-slide { font-size: 25px;}
	.swiper-slide dd{ margin-top:-150px; margin-right:85px;}
	.swiper-slide dd > h6 > span:nth-child(1){ font-size: 25px; line-height:35px;}
	.swiper-slide dd > h6 > span:nth-child(2){ font-size:16px;}
}