.item-hide { display: none; } 
#header nav ul { padding: 0; }

#header nav ul li {
    padding: 0.5em;
}

#hero-bg {
    background: url(../images/header_bg.png) no-repeat -605px center;
    background-size: cover;
}

#hero-bg #hero-cta h2 {
    padding: 0;
    font-size: 1.25em;
}

#hero-bg #hero-cta a {
    width: 200px;
    padding: 1em 0;
    margin: 0;
}

#shows .center-content {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
}

#shows .right {
    float: none;    
    position: relative;
    padding: 4em 0;
    height: calc(100% - 8em);
}

#shows .right div.center-content div { margin: 0 !important; }
#shows .right div.center a { margin: 1em 0; }

a#past-shows { width: 200px; margin-left: 0; }

table.shows-table tr td { font-size: 1em; }

#about {
    min-height: 100vh;
}

#about .left {
    float: none;
    width: 100%;
}

#about .right { min-height: 100vh; }

#about p { width: calc(100% - 2em); padding: 0 1em; }

#video-list ul li { width: calc(50% - 1em); margin: 0.5em; }

#contact {
    min-height: 60vh;
    background: url(../images/footer_bg.jpg) no-repeat center right;
    background-size: cover;
}

#contact ul {
    display: block;
    margin: 0 auto;
    float: none;
    height: auto;
}

#contact .left { position: relative; }

#footer ul { padding: 0; }