.audio .entry-element iframe {
  aspect-ratio: unset !important;
  margin: .75rem 0 1.5rem 0;
}

/* dwight's fooling around here   aspect-ratio: 16 / 4.25 !important; */


/* since the audio player is always going to be the same vertical height, we don't need to play with the aspect ratio anymore

.audio .entry-element iframe {
  aspect-ratio: unset !important;
  margin: .75rem 0 1.5rem 0;
}


@media only screen and (max-width: 680px) { 
  .audio .entry-element iframe {
    aspect-ratio: 16 / 5.5 !important;
  }
}
*/

/*
@media only screen and (max-width: 28.75rem) { 
  .audio .entry-element iframe {
    aspect-ratio: 16 / 7 !important;
  }
}
*/

/* end of dwight fooling around */

.video .entry-element {
  margin-bottom: 1rem;
}

.media-content-warning {
    display: inline-block;
    padding: .5rem 1rem 8px 2.5rem;
    border-radius: 22rem;
    background-image: url(https://www.cbc.ca/sports/longform/content/common/exclaim.svg);
    background-position: .65rem 50%;
    background-size: 22px;
    background-repeat: no-repeat;
    font-size: .85rem;
    line-height: 1.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1rem;
    border: 2px solid gainsboro;
    color: #262626;
}
.high-contrast .media-content-warning {
  filter: invert(1);
  -webkit-filter: invert(1);
}

.entry-element-container.video {
    margin-bottom: 1rem;
}

@media only screen and (max-width: 42.5rem) { /* 680 px */
  .media-content-warning {
    margin-left: 1rem;
    margin-right: 1rem;  
  }
}
@media only screen and (max-width: 23.25rem) {
  .video.entry-element-container .entry-element {
    max-width: 100%;
  }
}