body {
	color: #ffffff;
	text-align: center;
	background: #000000;
}

#video_wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

#video_wrap > video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}