#Overlay{
	display:none;
	position:fixed;
	background:rgba(0,0,0,.7);
	z-index:1000;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
.youtubevideowrap{
	z-index:1001;
	text-align:center;
	width:90%;
	max-width:640px;
	position:fixed;
	top:25%;
	display:none;
}
.video-container{
	position:relative;
	padding-bottom:56.25%;
	padding-top:130px;
	height:0;
	overflow:hidden;
}
.video-container iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
