  #main {
    max-width: 100vw;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
  }


  .stay-gradient {
    background-image:
      linear-gradient(to right, #111 27.5%, rgba(17,17,17,0) 100%),
      var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;

  }

