@media all and (min-width: 768px) {
    .contentheader .branding {
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;
        display: flex;
    }

    /* Hidden Brain-specific series header for Hidden Brain stories */
    .tmplNewsStory .contentheader .branding .tag {
        position: static;
        margin: 0px;
        top: 36px;
    }

    .tmplNewsStory .contentheader .branding {
        margin: 55px 0 33px;
    }

    .tmplNewsStory .contentheader .branding .main {
        width: 286px;
    }

    .contentheader .branding .main img {
        display: none;
    }

    .contentheader .branding .tag {
        top: 36px;
    }

    .contentheader .branding > a {
        width: 286px;
        height: 84px;
        background: url('http://media.npr.org/branding/series/423302056/hidden-brain/branding_main_alt.png') no-repeat left center;
        background-size: auto 44px;
        display: table;
    }

    .tmplNewsStory .contentheader .branding > a {
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
    }
}