/* Preserve the existing artwork on narrow screens as well. */
@media (max-width: 780px) {
  .page-hero .editorial-art { display: block; }
}
