@media only screen and (max-width: 767px) {
    .branding .branding__image-title {
        display: none;
    }

    .branding .branding__title--custom-image > b {
        display: block;
    }
}


@media only screen and (min-width: 768px) {
    /* so the mini teaser doesn't wrap */
    .contentheader .branding .branding__mini-teaser {
        flex-grow: 1;
    }

    /* id5013 is the "about" page */
    .program .branding .branding__image-title,
    .id5013 .branding .branding__image-title {
        height: 75px;
    }
}
