#video-bg {
    font-family: Georgia, "Times New Roman", Serif;
    width: 100%;
    background: rgba(0,0,0,0.85);
    min-height: 600px;
    position: fixed;
    top:0px;
    left: 0px;
    z-index: 99999999;
}
#video-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    margin-left: -40%;
    margin-top: -20%;
    background: white;
    border-radius: 2px;
    box-shadow: 0px 10px 100px rgba(0,0,0,0.5);
}
#close-video {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    margin-right: -15px;
    margin-top: -15px;
    cursor: pointer;
    font-size: 30px;
    color: white;
    right: 45px;
    top: 35px;
    font-size: 18px;
    z-index: 99999;
}
#close-video:hover {
    opacity: 0.7;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}