.item-hide { display: table-cell; }
#header { height: 135px; }

#header h1, #header nav {
    float: none;
    text-align: center;
    padding-bottom: 0;
}

#header nav ul li.social-icon { display: none; }

#hero-bg {
    margin-top: -135px;
    height: 100vh;
}

#hero-bg #hero-cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}

#hero-bg #hero-cta h2 { font-size: 1.5em; }

#video-feat { height: 50vh; }

#video-list ul li { width: calc(33.33333% - 2em); }

#contact { min-height: 50vh; }
#contact ul {
    margin: 2em 0;
}
#contact .left { width: 100%; }

#about .left { width: 75%; background: rgba(181, 165, 126, 0.75); }
#about .right { width: 100%; }