.videoShadeWrap{

    width: 100%;
    height: 100%;
    z-index: 1001;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #333333;
    opacity: 0.8;
}
.videoConWrap{

    width: 100%;
    height: 422px;
    position: fixed;
    top: 50%;
    left: 0px;
    margin-top:-211px;
    z-index: 1011;
}
.videoCon-box{

    width: 585px;
    height: 422px;
    margin: auto;
    position: relative;
}
.closeVideoBtn{

    width:40px;
    height: 40px;
    position: absolute;
    top: -60px;
    right: -60px;
   
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
