/* Modern discovery-map background plus True Colors mobile media consistency. */
.static-artwork-map > .map-background {
  object-fit: cover;
  filter: none;
}
@media (max-width: 760px) {
  .story-media.true-colors-feature figure:nth-child(n+2) > img {
    display: block;
    width: 100% !important;
    max-width: none;
    height: auto;
    max-height: none !important;
    margin-inline: 0;
  }
}
