.hero-container {
    position:relative;
    height: 70vh;
    max-height: 600px;
    overflow:hidden;
}

.pagewrap-banner {
    display:none !important;
}

.hero-container.hero-image img{
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.hero-container .text-container {
    bottom:10%;
    position: absolute;
    width: 100%;
}
.hero-container .inner {
    max-width:1000px;
    position: relative;
    margin: 0 auto;
}

.hero-container .overlay {
    position:absolute;
    top:0;
    bottom:0;
    left:0; 
    right:0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 27.33%, rgba(0, 0, 0, 0.2) 66.67%, rgba(0, 0, 0, 0.65) 100%);
}

.hero-container.hero-video .background-video {
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: center;
}

.hero-container .title.h-1, .hero-container .subtitle h2, .hero-container .subtitle h3 {
    color: white;
}

.container .story-header-text > * {
    display: none;
}

@media only screen and (max-width: 999px)
{
    .hero-container .inner {
        margin: 0 8%;
    }
}

@media only screen and (max-width: 480px)
{
    .hero-container .text-container{
        display: none !important;
    }

    .container .story-header-text .h-1 {
        display: block !important;
    }

    .hero-container {
        height: auto;
        min-height: inherit;
    }

    .hero-container.hero-video .background-video {
        object-fit: contain;
        position: static;
    }

}

.hero-subnav {
    margin-bottom: 5px;
    width: 100%;
    height: 50px;
    background-color: #EEEEEE;
    box-shadow: 0px 3px 5px #d4d4d4;
    display: table;
}

.hero-subnav .hero-subnav-links {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    color: #333333;
}

.hero-subnav .hero-subnav-links a {
    color: #333333;
    font-weight: bold;
}

.hero-subnav .hero-subnav-links a,
.hero-subnav .hero-subnav-links span {
    display: inline-block;
}

.hero-subnav .hero-subnav-links span.subnav-active {
    font-size: 1.3em;
}

.hero-subnav.stuck {
    position: fixed;
    z-index: 99;
}

.container .story-header-text .post-time {
    display: block;
}