#popVideo{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;left: 0;
    background: rgba(255,255,255,0.85);
    display: none;
    z-index: 999999;
    cursor: pointer;
}
#videoWrapper{
    width: 720px;
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    margin: 0 auto;
    /*padding-bottom: 44.25%;*/
    padding-top: 25px;
    height: 379px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
    z-index: 800;
}
#videoWrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 641px) {
    #videoWrapper{
        width: 320px;
        top: 4%;
        height: 156px;
    }
}
