/*	--------------------------------------------------
	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: 100px; 
		left: 50%;
		margin-left: -740px;
		width: 800px;
		position: absolute;
		z-index:999;
        padding:380px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
        margin-top:-250px;
		}
		
	.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: 335px;
    right: 340px;
		cursor: pointer;
        background:url(https://www.chinawindenergy.com/Images/cls.png) no-repeat center;
        background-size:cover;
		}
        .reveal-modal > div { height:550px;}
@media screen and (max-width:680px) {
    .reveal-modal { width:580px;margin-left:-290px;padding:200px 0;}
    .example_video_3-dimensions { width:100% !important;}
    .reveal-modal .close-reveal-modal {
    right:6px;top:206px;z-index:10;background:url(https://www.chinawindenergy.com/img/viewLD.png) no-repeat center ;width:30px;height:30px;background-size:100% 100%;}
}