/* Mexico City hub artwork. Text stays outside the illustration in both languages. */
.editorial-city .city-banner { margin: 28px 0 0; }
.editorial-city .city-banner picture { display: block; overflow: hidden; border-radius: 20px; background: var(--cream-d); }
.editorial-city .city-banner img { display: block; width: 100%; height: auto; max-height: 440px; object-fit: cover; object-position: center 65%; }
.editorial-city .city-banner figcaption { margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.6; text-align: left; }
@media (max-width: 768px) {
  .editorial-city .city-banner { margin-top: 22px; }
  .editorial-city .city-banner picture { border-radius: 14px; }
  .editorial-city .city-banner img { max-height: none; }
}
