@charset "UTF-8";
/* CSS Document */
/* Swiper Custom Style */

.swiper-container {
    width: 100%;
    /*height: 850px;*/
	height: auto;
    
    .swiper-wrapper {
      
        .swiper-slide {
        
            video {
                width : 100%;
                height: 100%;
            }
        }
    }
	.swiper-slide{
		height: 850px;
	}
	
}