div#video\.popup{
	text-align:center;
	width:80%;
}
main.master>section.master div.video{
	border:1px solid #000;
	border-radius:4px;
	box-shadow:0px 0px 50px rgba(0,0,0,0.75);
	height:0px;
	padding-bottom:56.25%;
	padding-top:25px;
	position:relative;
}
main.master>section.master div.video iframe{
	height:100%;
	left:0px;
	position:absolute;
	top:0px;
	width:100%;
}