.standfirst{ display:none; }
.videoContainer{
	padding-bottom:56.25%; 
	margin-bottom:1.5em;
}
.videoContainer .mejs-container {
	width: 100% !important;
	height: auto !important;
	padding-top: 56.25%;
}
.videoContainer .mejs-overlay, .videoContainer .mejs-poster {
	width: 100% !important;
	height: 100% !important;
}
.videoContainer .mejs-mediaelement video {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	width: 100% !important;
	height: 100% !important;
}
.audioContainer{ 

	margin-bottom: 1.5em;
}


