/* Keeps the browser-selected <picture> source intact on small screens. */
@media (max-width: 760px) {
  .hero-art {
    content: normal !important;
  }
}
