.promotion-popup {

    display:none;

    position:fixed;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background:rgba(0,0,0,.7);

    z-index:999999;

}


.promotion-popup-content {

    width:700px;

    max-width:90%;

    margin:50px auto;

    background:#fff;

    padding:15px;

    position:relative;

}


.promotion-popup video {

    width:100%;

}


.promotion-popup-close {

    position:absolute;

    right:10px;

    top:5px;

    z-index:2;

    font-size:30px;

    background:none;

    border:0;

}