@charset "utf-8";
/* CSS Document */
.arabic-sub{
	color: #fff !important;
	text-align:right;
	margin-right:10px;
	font-size: 18px !important; 
}
.video-desc{
	color:#442d7d;
}
.video-embedd{
	width: 850px;
	height: 480px;
	padding: 5px 0px;
}
@media (max-width: 992px) {
	.video-embedd{
		width:100%;
		height:400px;
	}	
}
@media (max-width: 750px) {
	.video-embedd{
		width:100%;
		height:350px;
	}
}
@media (max-width: 400px) {
.video-embedd{
		width:100%;
		height:190px;
		padding: 5px 0px;
	}	
}

.video-images .latest-content-image img{
	-webkit-transform: scale(1,1.3); 
	-ms-transform: scale(1,1.3);
	-o-transform: scale(1,1.3);
	transform: scale(1,1.3); 
}