@charset "utf-8";
/*
h_youtubeBG.css

Version History
    1.0     First Build
	1.1		add :before
*/

#id_youtubeBG {
	opacity: 0;
}
#id_youtubeBGCover:BEFORE {
	position:   fixed;
    top: 		0;
    left: 		0;

	content: 	"";
	z-index:	1;
	
	width:      100%;
	height:     100vh;

	background-color: rgba(0,0,0,0.3);
	background-image: radial-gradient(farthest-corner,transparent 50%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0.35), rgba(0,0,0,0.5));
	opacity:	40%;
}

/**************************************************/
/** EOF : End of File *****************************/
/**************************************************/
