/*-----------------------------------------------------------------*/
/* New homepage
/*-----------------------------------------------------------------*/

.banner-right-content:after {
    content: '';
    position: absolute;
    left: -100px;
    top: 0px;
    height: 100%;
    width: 200px;
    z-index:5;

  }

  .homepage-video {
    line-height: 0;
    height: 90vh;
  }

  .title-home {
    margin-top: -450px;
    margin-left: 60px;
    display: block;
    width: fit-content;
    border: 1px #ffffff dashed;
    padding: 40px;
    color: #fff;
    background-color: rgb(154 198 0 / 81%);
  }

  .homepage-video video {
    object-fit: cover;
    height: 100%;
  }


  @media (max-width: 1000px) {
      .title-home {
        margin-top: -450px;
        display: block;
        margin-top: -100px;
        margin-left: unset;
        padding: 40px;
        font-size: 3rem;
        text-align: center;
        color: #fff;
        width: 100%;
        background-color: rgb(154, 198, 0);
    }

    .homepage-video {
      height: 60vh;
    }

  }
