@media only screen and (max-width: 600px) {
  #hero {
    display: none;
  }
  .overlay {
    display: flex;
  }
}
