#video-viewport {
    position: absolute;
    top: 23%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

video {
    display: block;
    width: 100%;
    height: auto;
}

.fullsize-video-bg {
    height: 100%;
    overflow: hidden;
}

.fullsize-video-bg:before {
    content: "";
    background: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125vh;
    z-index: 0;
}

.fullsize-video-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.fullsize-video-bg .inner {
    display: table;
    width: 51%;
    float: left;
    height: 100%;
    margin: 0 auto;
    margin-top: 8%;
    padding: 0;
    position: relative;
    z-index: 2;
}

.fullsize-video-bg .inner>div {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 2em;
}

.mainVideoText {
    font-family: "DubaiW23-Bold", sans-serif;
    font-size: 3em;
    line-height: .9;
    font-weight: 900;
    letter-spacing: -.025em;
    margin-bottom: 0.5em;
    text-align: left;
    color:#132659;
}

.mainVideoText+p {
    font-family: "DubaiW23-Regular", cursive;
    font-size: 1.5em;
}