.video-backdrop{
    position: fixed;
    z-index: 990;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
}

.video-modal{
    background: #000000;
    padding: 30px;
    width: 1340px;
    max-width: calc(100% - 30px);
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0%;
    /*top: 15%;*/
    max-height: 100vh;
    z-index: 991;
}

.video-modal iframe{
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.modal-close{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ffffff;
}