@charset "utf-8";
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 20px;
	width:50%;
	left: 0px;
	height:50%;

}/* CSS Document */
