.vY_boxIframe{
    position: relative;
    display: table;
	width:100%;
	height:220px;
	margin-bottom: var(--spaceMarg);
}
.vY_iframeVideo{
	position: absolute;
	z-index:5;
	top:0;
	right:0;
	width:100%;
	height:220px;
}
.vY_boxLogo{
	position: absolute;
	z-index:10;
	top:0;
	right:0;
	width:56px;
	height:54px;
	background-color:#3FEC15;
}
.vY_boxLogo img{
	width:55px;
	height:53px;
}
@media only screen and (min-width: 320px) {
}
@media only screen and (min-width: 480px) {

} 
@media only screen and (min-width: 590px) {
	.vY_boxIframe, .vY_iframeVideo{
		height:300px;
	}

}
/* Ancho horizontal del celular Xiomi 11 Ancho:395px - 790px*/
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 1024px) {
	.vY_boxIframe, .vY_iframeVideo{
		height:420px;
	}
}
@media only screen and (min-width: 1140px) {

}
