.box-modal-youtube-home {position: fixed; width: 100%; height: 100%; z-index: 999999; top: 0; left: 0; background-color: rgba(0,0,0,.9);  display: none; }
.box-modal-youtube-home.show { display: block; opacity: 0;}
.box-modal-youtube-home .bg-modal{position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; background: transparent; }
.box-modal-youtube-home .btn-fechar {z-index:2; cursor: pointer;display: none;position: absolute; top: 3vw;right: 3vw;width: 12vw;max-width: 161px;}
.box-modal-youtube-home .btn-fechar img {width: 100%;}
.box-modal-youtube-home .box-player { z-index:1; position: relative; display: block; width: 80%; margin: 0 auto; top:0; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; background:#000; overflow: hidden;}
.box-modal-youtube-home .box-player .video { width: 100%; height: 100%;}
.box-modal-youtube-home .box-player .video iframe { width: 100%; height: 100%;}
.box-modal-youtube-home .box-player .preview { z-index: 1;background: #000 url(/nescau/App_Themes/Geral/img/preview-youtube-cereal.png) no-repeat left top; background-size: cover;}
.box-modal-youtube-home .box-player .preview .btn-play a { position: absolute; z-index: 2; top: 50%; left: 50%; width: calc(8vw); height: calc(8vw); margin: calc(-4vw) 0px 0px calc(-4vw); background-image: url(/nescau/App_Themes/Geral/img/btn-play.png); background-position: center top; background-repeat: no-repeat; background-size: 100%; text-indent: -9999px; overflow: hidden;}
.box-modal-youtube-home .box-player .preview .btn-play a:hover {	background-position: center bottom;}

@media (max-width: 768px){
	.box-modal-youtube-home .btn-fechar {width:15vw;}
	.box-modal-youtube-home .box-player {width: 100%; height: 100%; padding: 10% 0; margin: 0;}
	
}

@media (max-width: 480px){
	.box-modal-youtube-home .btn-fechar {width:30vw;}

}

@media (max-width: 320px){
	.box-modal-youtube-home .btn-fechar {width: 30vw;}
}