@media only screen and (min-width: 768px) {
    .story-layout .contentheader .branding .branding__mini-teaser {
        display: none;
    }

    /* display mini teaser on story pages */
    .story-layout .contentheader .branding .branding__mini-teaser,
    .program .contentheader .branding .branding__mini-teaser {
        display: block;
        align-self: initial;
        position: static;
        margin-top: 0;
        font-weight: normal;
        text-transform: none;
        line-height: 1.3;
        width: auto;
    }

    .story-layout .contentheader .branding .branding__title {
        flex-shrink: 0;
        margin-right: 30px;
        margin-bottom: 0;
    }
}
