/*Full Screen Background Video*/
#dnn_fullscreenvideo {
    overflow:hidden;
    min-height:350px;
    position:relative;
}

.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 202%;
    pointer-events: none;
    min-height: 500px;
    z-index: 0;
}

.video-background iframe {
    top:-68%;
}

#vidtop-content {
    top: 0;
    color: #fff;
    width: 100%;
    position: absolute;
    height: 350vw;
    background: rgba(0,0,0,0.5);
}

.vid-info {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    color: #fff;
    padding-top: 11%;
    text-align: center;
}

    .vid-info h1,.vid-info h2 {
    font-weight: 700;
    margin-top: 0;
    line-height: 1.2;
    font-size: 4vw;
    text-shadow: 2px 2px 5px black, 1px 1px 23px black;
    color: white;
    font-family: 'Droid Arabic Naskh', serif;
    }

    .vid-info h2 {
        font-size: 2vw;
    }


    .vid-info a {
        display: block;
        color: #fff;
        text-decoration: none;
        background: rgba(0,0,0,0.5);
        transition: .6s background;
        border-bottom: none;
        margin: 1rem auto;
        text-align: center;
    }

