@font-face{
	font-family: 'cabin-regular'; /*a name to be used later*/
    src: url('../../../common/fonts/cabin-regular-webfont.ttf'); /*URL to font*/
}

.ggb_contenidoInterno{
	background:url("../img/bg_9.png");
	background-size:cover;
	box-shadow:none;
}

#yt_player_1{
	position:absolute;
	width:69.5%;
	height:48.5%;
	left:15%;
	top:42%;
}

.yt_player iframe{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:none;
}

.btn_play{
	position:absolute;
	z-index:1;
	height:50%;
	top:25%;
	left:50%;
	transform:translateX(-50%);
}

.btn_play:hover{
	cursor:pointer;
	opacity:0.85;
	transform:translateX(-50%) scale(1.1);
}

.btn_play:active{
	transform:translateX(-50%) scale(0.95);
}