/* Shared brand banner and native WordPress Featured Images. */
#landingheader.mn-brand-header {
    padding: 120px 0 45px;
    margin-bottom: 40px;
    background-position: center;
    background-size: cover;
    background-color: #202020;
}
#landingheader.mn-brand-header::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .04));
}
#landingheader.mn-brand-header--home {
    padding: 150px 0 70px;
    margin-bottom: 0;
}
.single-post #single-wrapper { padding-top: 0; }
.single-post #landingheader.mn-brand-header { padding: 110px 0 32px; }
#landinginner .h1 { text-align: center; }
.single-post #landinginner .h1 { font-size: 26px; text-align: left; }
.single-post .mn-post-featured {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 20px 0 24px;
    float: none;
}
.single-post .entry-header { clear: both; }
@media (max-width: 767px) {
    #landingheader.mn-brand-header,
    .single-post #landingheader.mn-brand-header {
        padding: 100px 0 30px;
        background-position: 45% center;
    }
    #landingheader.mn-brand-header--home {
        padding: 112px 0 42px;
        background-position: 38% center;
    }
    #landingheader.mn-brand-header::before { background: rgba(0, 0, 0, .38); }
    .single-post .entry-title { font-size: 1.65rem; line-height: 1.2; }
}
