.idg-s1-34684 .slug-wrap,
.idg-s1-34684 .storytitle,
.idg-s1-34684 .story-meta,
.contentheader.contentheader--one {
  display: none;
}

.idg-s1-34684 .bucketwrap.image .credit {
  text-align: right;
}

/*header graphic */
.bucketwrap.image.large:first-of-type {
  max-width: none;
}
.bucketwrap.image.large:first-of-type img {
  border: 0;
  padding: 0;
}

/* italicize album titles */
h2.edTag + h3.edTag,
h3.edTag + h3.edTag {
  font-style: italic;
}

#storytext h2.edTag,
#storytext h3.edTag {
    position: relative;
    font-family: "NPRSans",Helvetica,Arial,sans-serif;
    font-size: 1.8rem;
    font-weight: 700; 
    margin-top: 0;
    margin-bottom: 5px;
}

#storytext h2.edTag,
#storytext h2.edTag + h3 {
    padding-left: 55px;
}

/*display crown on the right at mobile sizes */ 
#storytext h2.edTag:before {
    display: inline-block;
    content: '';
    background-image: url(https://media.npr.org/assets/music/best-of-2024-crown.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
    position: absolute;
    left: 6px;
    top: 0;
}

#storytext p sub ~ sub {
    top: -4px    
}

.bucketwrap.image.large img {
   border: 2px solid black;
   padding: 2px;
}

/* crown on the left  at desktop */
@media screen and (min-width: 768px) {

    #storytext h2.edTag,
    #storytext h3.edTag,
    #storytext h2.edTag + h3 {
        font-size: 2.2rem;
        margin-top: 0;
        margin-bottom: 0px;
        padding-left: 15px
    }
    
    /*display crown on desktop */ 
    #storytext h2.edTag:before {
        display: inline-block;
        content: '';
        background-repeat: no-repeat;
        position: absolute;
        left: -40px;
        top: -5px;
    }

        
      /* make the album art narrow */ 
      .bucketwrap.image.large {
        max-width: 450px;
      }
}

@media screen and (min-width: 850px) {
  #storytext h2.edTag:before {
    background-size: 70px 70px;
    width: 70px;
    height: 70px;
    left: -80px;
  }
}
 

