.video-target {
    cursor: pointer;
}

.video-wrapper {
    display: none;
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 21000;
}

.video-frame {
    position: absolute;
    top: 50%;
    left: 50%;
}

.video-close{
    float:right;
    /*margin-top:-30px;
    margin-right:-30px;*/
    margin-top: -13px;
    margin-right: -13px;
    cursor:pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    /*border-radius: 30px;*/
    border-radius: 16px;
    background: #605F61;
    /*font-size: 31px;*/
    font-size: 20px;
    font-weight: normal/*bold*/;
    display: inline-block;
    line-height: 0px;
    padding:  12px 6px/*11px 3px*/;
}

.video-close:before {
    content: "×";
}
