@charset "UTF-8";
/* Home Section block CSS Document */

.home-section .dtop{display:none;background-position:center;}
.home-section .mobi{display:flex;}

@media screen and (min-width:768px){
	.home-section .dtop{display:flex;}
	.home-section .mobi{display:none;}
}

.home-section{margin:0;}

.home-section .btn{width:100%}

@media screen and (min-width:768px){
	.home-section .btn{width:auto;}
	
}
@media screen and (min-width:768px){
	.home-section{margin:0 0 60px;}
	
}

/* Video */
.video-wrapper{
    width: 100%; 
    height: 100%; 
    display: block; 
    position: relative; 
    overflow: hidden;
    margin-top: 0px;
}


.video-wrapper iframe{
	position:absolute;top:0;left:0;width:100%;height:100%;
}

@media screen and (min-width:768px){
	.video-wrapper{margin-top: -40px;height: calc(100% + 80px);}
	.video-wrapper iframe{
		width:160%;height:100%;
	}
}

@media screen and (min-width:1200px){
	.video-wrapper iframe{
		width:114%;height:100%;
	}
}

@media screen and (min-width:1400px){
	.video-wrapper iframe{
		width:100%;height:100%;
	}
}