/* subnav */
.id778228518.story-layout .subnav-tools-wrap #subNavigation {
  display: block;
}

.id778228518 .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 {
  display: inline-grid; 
}

.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 */
.id778228518 .bucketwrap {
  max-width: 650px;
  margin: auto;
}

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

@media only screen and (min-device-width: 800px) {
    /* Except the first image */ 
    .id778228518 .storytext>.bucketwrap:first-child {
        max-width: 770px;
        padding-bottom: 0px;
    }
}

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

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

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

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

.credit {
  float: right;
}

.source {
  display: none;
}

.youtube-video + .edTag {
  padding-top: 30px;
  padding-bottom: 25px;
}


