#header.header-nav-bottom {
    margin-bottom: 0px !important;
    padding-top: 30%;
}

.cover-container {
    color: #fff !important;
}

.continue-link a:hover {
    color: #c9992c;
}


/* Define the container style */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio (height/width) */
    height: 0;
    overflow: hidden;
}


/* Style the iframe to fill the container */

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#nav-right li,
#nav-right li:hover {
    background: #c9992c;
}

#nav-right {
    clear: right;
}

@media(min-width:768px) {
    #nav-right {
        float: right
    }
}

#nav-left {
    clear: both;
}