.id1002643619.liveBlog .contentheader .branding {
    background: url('https://media.npr.org/assets/img/2021/06/14/now-playing__small.png') no-repeat;
    background-size: contain;
    min-height: 100px;
}

.id1002643619.liveBlog .contentheader .branding .branding__outer {
    display: none;
}

@media screen and (min-width: 500px) {
    .id1002643619.liveBlog .contentheader .branding {
        min-height: 110px;
    }
}

@media screen and (min-width: 600px) {
    .id1002643619.liveBlog .contentheader .branding {
        min-height: 120px;
    }
}

@media screen and (min-width: 700px) {
    .id1002643619.liveBlog .contentheader .branding {
        min-height: 130px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 767px) {
    .id1002643619.liveBlog .contentheader .branding {
        background: url('https://media.npr.org/assets/img/2021/06/14/now-playing__large.png') no-repeat;
        background-size: contain;
        margin: 15px;
        background-position: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
    .id1002643619.liveBlog .contentheader .branding {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (min-width: 1000px) {
    .id1002643619.liveBlog .contentheader .branding {
        min-height: 141px;
        margin-top: 0;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1350px) {
    .id1002643619.liveBlog .contentheader .branding {
        min-height: 153px;
    }
}

