/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 901;
		display: none;
		top: 0;
		left: 0; 
        pointer-events: none;
		}
	
	.reveal-modal {
		display: none;
		top: 50% !important; 
		left: 50%;
		margin-left: -407px;
		width:722px;
		position: fixed;
		z-index:999;
        padding:30px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
        margin-top:-310px;
        background:#fff;
        padding-bottom:40px;
        z-index:9999999999;
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		position: absolute;
        width:20px;
        height:20px;
		    top:4px;
    right:6px;
		cursor: pointer;
        background:url(/Images/cls.jpg) no-repeat center;
        background-size:cover;
		}
    .reveal-modal .close {
		position: absolute;
        width:20px;
        height:20px;
		    top:4px;
    right:6px;
		cursor: pointer;
        background:url(/Images/cls.jpg) no-repeat center;
        background-size:cover;
		}
		.reveal-modal .close img{display: block;margin: auto}
        .reveal-modal > div { height:550px;}
        .video-js video{object-fit: fill}
@media screen and (max-width:680px) {
    .reveal-modal { width: 90%;margin-left: -45%;padding: 20px 0;margin-top: -180px;padding-top: 30px}
    .example_video_3-dimensions { width:100% !important;}
    .reveal-modal .close-reveal-modal {
    right:6px;top:206px;z-index:10;background:url(/img/viewLD.png) no-repeat center ;width:30px;height:30px;background-size:100% 100%;}
     .reveal-modal .close {
    right: 0px;top: 3px;z-index:10;background:url(/img/viewLD.png) no-repeat center ;width:30px;height:30px;background-size:100% 100%;}
    .reveal-modal > div{height: 255px}
    .video-js{height: 220px !important}
    .k_t .bt{width: 94%;margin: auto;margin-top: 15px}
}