.video-overlay {
    background: rgba(16, 20, 23, 0.61);
    display: none;
    position: fixed;
    z-index: 1005;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}

.lightbox {
    position: absolute;
    width: 65%;
    z-index: 1;
    display: none;
    top: 10vw;
    left: 0;
    color: #fff;
    padding: 20px;
    right: 0;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 20px;
}

.lightbox .closeOverlay {
    font-size: 40px;
    font-weight: 900;
    position: absolute;
    top: -5.5vw;
    right: -16px;
    display: block;
    margin: 24px auto;
    text-align: left;
    color: white;
}

.lightbox .closeOverlay span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    text-shadow: 1px 1px rgba(0, 0, 0, .4);
    top: 0;
    right: 0;
    cursor: pointer;
}