/* Map alignment and targeted True Colors mobile found-scene correction. */
.static-artwork-map > .map-background {
  object-fit: cover;
  filter: none;
}
@media (max-width: 760px) {
  .story-media.true-colors-feature > figure:nth-child(2) > img {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 3 / 4;
    object-fit: cover !important;
    background: transparent !important;
    margin-inline: 0 !important;
  }
}
