.info_text { width:100%; display:inline-block}
iframe {height:31vw;     }

@media all and (max-width:1400px) {
		 iframe {height:33.5vw; }
 }

@media all and (max-width:900px) {
		 iframe {height:40vw; }
}


.swiper {  width:100%;  height: 100%; }


.swiper-slide img { display: block;  width: 100%; height: 100%; }
.swiper-slide div {font-size:1.2em;  }
.swiper-slide { width:35%; padding-right:3%; box-sizing:border-box;}



.swiper-button-wrap {width:80%; margin-bottom:2vw;  }
.swiper-pagination { width:80%; position:absolute; bottom:0; left:0}

@media all and (max-width:1400px) {

.swiper-button-wrap {width:100%;  }
.swiper-pagination { width:100%;  }
}
 