.videoModule  {
	padding-bottom:44.5%!important;
	position: relative;
	text-align: center;
}

.videoModule iframe {
	height:100%;
	left:0;
	margin:auto;
	position: absolute;
	right:0;
	top: 0;
	width:80%;
}

/* 960 - 1200px */
@media screen and (min-width: 960px) and (max-width: 1200px) {
	
}

/* 768 - 959px */
@media screen and (min-width: 768px) and (max-width: 959px) {

}

/* 481 - 767px */
@media screen and (min-width: 481px) and (max-width: 767px) {
	
}

/* max 480px */
@media screen and (max-width: 480px) {
	
}