/* ------------------------------------
	Para el embed de los videos
   ------------------------------------*/
 .tit_embed_video_img{
        color:black;
        font-family:Arial, Helvetica, sans-serif;
        max-width:300px;
    }
#player_emb{
        position:relative;
    }
#player_emb span{
        position:absolute;
        z-index:100000;
        top:0;
        left:0;
		width:100% !important;
		height:100% !important;
    }
#player_emb img{
	width:100% !important;
	height:100% !important;
    }

		
		
.imgPlayer{
 position:relative;
	}
.imgPlayer img{
	width:100% !important;
	height:100% !important;
	}
.imgPlayer img.play.t2col{
 position: absolute  !important;
 	left:50% !important;
	 top: 50% !important;
	 width: 94px  !important;
	 height: 78px  !important;
	 margin: -39px 0 0 -47px  !important;
    }
.play_grupohome{
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	}
/*el video ocupa todo el shadow*/	
#contenidoplayerembed .player div.video-js{
        width:100%!important;
        height:100%!important;
    }
	
#contenidoplayerembed .player video.vjs-tech{
        width:100%!important;
        height:100%!important;
    }
	
.vjs-big-play-button{
	background:none !important;
	border:0 !important;
	}


/*ajustes videos de etb en embed*/

#embed #contenidoplayerembed .tit_embed_video{
    color:white;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    }
#embed #contenidoplayerembed .player{
    position: relative;
}

#embed #contenidoplayerembed span.duracion_video{
    display: none;
}
#embed #contenidoplayerembed aside.vjssocialbuttoncompartir{
    display: none;
}
#embed #contenidoplayerembed .div_sociales_vue{
    width: 100% !important;
    z-index: 1;
}
@media (max-width: 768px){

    #embed #contenidoplayerembed .tit_embed_video{
        display: none;
        }
    #embed #contenidoplayerembed div.imgPlayer img.play, div.imgPlayerVue img.play{
        width: 15%;
        height: 21%;
    }
}