.id1211225533 .slug-wrap,
.id1211225533 .storytitle,
.id1211225533 .story-meta {
  display: none;
}

.id1211225533 .bucketwrap.image .credit {
  text-align: right;
}

/* using italics as a css hook and setting the font back to normal */
h3.edTag>em:first-child {
    font-style: normal; 
}
/*display crown on the right at mobile sizes */ 
h3.edTag>em:first-child:before {
    display: inline-block;
    content: '';
    background-image: url(https://media.npr.org/assets/music/crown-a.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
    position: absolute;
    left: 15px;
    top: 0;
}
h3.edTag>em:first-child,
h3.edTag>em:first-child ~ em {
    padding-left: 50px;
    display: inline-block;
}
/* crown on the left  at desktop */
@media screen and (min-width: 768px) {
    h3.edTag>em:first-child,
    h3.edTag>em:first-child ~ em {
    padding-left: 0;
  }
  h3.edTag>em:first-child:before {
    left: -40px;	
} 
@media screen and (min-width: 850px) {
    h3.edTag>em:first-child:before {
    background-size: 70px 70px;
    width: 70px;
    height: 70px;
    left: -70px;
  }
}

/*mobile crown in explainer text */
@media screen and (max-width: 767px) {
    p + h3.edTag>em:first-child:before {
	top: 10px;
   }
}
@media screen and (min-width: 768px) and (max-width: 849px) {
    p + h3.edTag>em:first-child:before {
        top: 20px;
   }
}
