.id778229161.story-layout .subnav-tools-wrap #subNavigation {
    display: block;
}

.id778229161 .subnav-tools-wrap #subNavigation .bucketwrap {
    max-width: none;
}

.multimedia .storytitle, .multimedia .story-meta {
    display: block;
    text-align: center;
}

.story-meta.has-byline .story-meta__two {
    justify-content: center;
}

.multimedia .storytitle {
    padding-top: 60px;
    background: url('https://media.npr.org/assets/music/best-music-2019/bug.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 45px;
}

/* set all images to be no wider than paragraph text */
.bucketwrap {
    max-width: 650px;
    margin: auto;
}

/* set all images to be no wider than paragraph text */
.bucketwrap:not(:first-child) {
    max-width: 650px;
    margin: auto;
    display: contents;
}

/* Except the first image */
.storytext>.bucketwrap:first-child {
    max-width: 770px;
}

.bucketwrap.image + .edTag {
    padding-top: 15px;
}

.bucketwrap.image + .edTag + .edTag { 
    padding-bottom: 25px;
}

.bucketwrap.image + .edTag + .edTag + p { 
    padding-bottom: 35px;
}

.bucketwrap:not(:first-child).image div {
    width: 300px;
    margin: 0 auto;
}

/* right align captions */
.id778229161 .bucketwrap.image .credit {
    text-align: right;
    font-size: 1.3rem;
}

/* ranking */
.id778229161 .storytext h6.edTag {
    margin: 20px auto;
    color: #333;
    font-weight: 600;
}

/* center ranking, artist and album title and enlarge text */
.id778229161 .storytext h3.edTag {
    color: #333;
    font-weight: 600;
    line-height: 1.4em;
    font-size: 32px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}



.id778229161 .storytext h6.edTag ~ h3:nth-of-type(even) {
    margin-bottom: 20px;
}


