@charset "UTF-8";
/* CSS Document */


/* ----  Fonts i Text  |  Vídeo  ---- */
/* ---------------------------------------------------------------------------------------------------------- */
/* |**| ??? */









/* ----  Colors  |  Vídeo  ---- */
/* ---------------------------------------------------------------------------------------------------------- */
/* |**| ??? */









/* ----  Imatges  |  Vídeo  ---- */
/* ---------------------------------------------------------------------------------------------------------- */
/* |**| seccio-videos */
.video {
	background-size:180px 45px;
	background-position:50% 43%;
	background-repeat:no-repeat;
	background-image: url("../img/youtubebuit.png");
}

@media 
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-resolution: 144dpi), 
only screen and (min-resolution: 144dppx) {
	.video { background-image: url("../img/youtubebuitR.png"); }
}









/* ----  Constructors  |  Vídeo  ---- */
/* ---------------------------------------------------------------------------------------------------------- */
/* |**| video */
.video {
	position:relative;
	/*margin-left:0; margin-right:auto;*/
	width:100%;
}

.video .youtube {
	display:none;
	position:absolute;
	margin-left:auto; margin-right:auto;
	max-width:100%; 
	width:100%;
	height:100%;
	pointer-events:none;
}

.video .youtube.actiu {
	display:block;
	pointer-events:all;
}