@charset "utf-8";
/* CSS Document */

.videoWrapper{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
	max-width: 100%;
	margin-top: 1%;
	margin-right: auto;
	margin-left: auto;
}
.videoWrapper iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
