/* temporary slug override */

@media only screen and (min-width: 1024px) {
    .breadcrumb {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .breadcrumb {
        display: none;
    }

    .tmplProgramEpisode .contentheader .branding > a {
        height: 46px;
        background: url('http://media.npr.org/branding/programs/ted-radio-hour/branding_main.png') no-repeat left center;
        background-size: auto 44px;
    }

    .tmplNewsStory .contentheader .branding > a {
        display: block;
        height: 42px;
        margin: 36px 0 24px 5px;
        background: url('http://media.npr.org/branding/programs/ted-radio-hour/branding_main.png') no-repeat 0 4px;
        background-size: auto 32px;
    }

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

    .contentheader .branding .tag {
        padding-left: 422px;
        max-width: 708px;
    }

    .tmplNewsStory .contentheader .branding .tag {
        display: none;
    }
}
