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