@media screen and (max-width: 1024px) {
  * {
    overflow-x: hidden;
  }

  .container {
    padding: 0;
    border: 2px solid blue;
    justify-content: stretch;
  }
  .hero-img img {
    width: 100%;
    /* height: 600px; */
  }
}
