/* Ensure the True Colors Discovery Record uses the same full mobile width as the other records. */
@media (max-width: 760px) {
  .story-media.true-colors-feature > figure.infographic > img {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: contain;
    margin-inline: 0 !important;
    background: #fff;
  }
}
