@media all and (max-width: 700px) {
  .hero {
    background-image: none;
  }
}
