.hero {
  &__home {
    height: 100vh;
    position: relative;
    overflow: hidden;
    img {
      position: absolute;
      bottom: 15vh;
      height: 100vh;
      width: 100vw;
    }

    &::after {
      //   content: "";
      position: absolute;
      top: 100%;
      width: 100%;
      height: 20vh;
      background: #edc78a;
    }
  }
}
