/* Extend the hand-drawn hero artwork to the full desktop viewport. */
@media (min-width: 981px) {
  .hero {
    background: #f7f5f3;
  }

  .hero .circular-gallery {
    width: 100%;
    max-width: none;
  }
}
