.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;
  margin: 0 auto;
  left: 0;
  right: 0;
	width: 93%;
	height: 90%;
}