#wayoutube_container {
	display: none;
	position: fixed;
	
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;
	
	background-color: rgba(0, 0, 0, 0.8);
}
#wayoutube_window {
	position: relative;
	
	top: 50%;
	
	width: 853px;
	height: 480px;
	
	margin: 0px auto;
	margin-top: -240px;
	padding: 8px;
	
	box-shadow: 0px 0px 10px black;
	border-radius: 5px;
}
#wayoutube_window iframe {
	width: 100%;
	height: 100%;
}