.video {
	position: fixed;
	background: url(../img/modal.png);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.video .youtube {
	margin: 50px auto 0;
	width: 640px;
}

.video .close {
	text-align: right;
	margin-bottom: 5px;
}

.video .close a {
	color: #FFF;
	font-weight: bold;
}