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

.videoDescription h4{
	display:none;
}

.mejs-layers:after{
	content: '© Arabian Business';
	position:absolute;
	bottom:0;
	left:0;
	padding: 5px 10px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 14px;
	display:inline-block;
}


