html {
  scroll-behavior: auto;
}

@media (max-width: 760px) {
  .hero {
    display: flex;
    flex-direction: column;
  }

  .hero figure {
    order: -1;
  }
}
