$(document).ready (function () {
	$(".ccm-mesch-video-close, .bg-mesch-video").click(function(){
		$('.ccm-mesch-video-close').parent("div").fadeOut(function(){
			$(this).hide();
			$('.bg-mesch-video').fadeOut();
		});
	});
});
