.swiper-twinc{width:100%;height:auto; margin:0 auto;position:relative;}
.swiper-container{width:100%;height:100%;}
.swiper-slide{
	text-align:center;font-size:18px;background:#fff url(loadings.gif) no-repeat 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 img{width:100%;}
.swiper-pagination-bullet{width:8px;height:8px;background:#F2F333;opacity:.6;}
.swiper-pagination-bullet-active{background:#fff;opacity:1;}

.swiper-twinc .swiper-twinc-webname{width:100%; height:auto; padding:20px 0px;position:absolute; z-index:8; left:auto; right:auto; text-align:center;color:#fff;}
.swiper-twinc .swiper-twinc-webname .title{font-size:24px; margin:30px 0px;}