.north-hero-overlay--mobile {
      display: none;
    }

    @media only screen and (max-width: 768px) {
      .north-hero-overlay {
        display: none;
      }
      .north-hero-overlay--mobile {
        display: block;
      }
    }