#background-video{
    width: 100vw;
    height: 100%;
    min-height: 700px;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    object-fit: cover
}

.banner-logo{
    height: 100px;
    margin-bottom: 15px;
}

.banner-container{
    padding-right: 60px !important;
    padding-left: 60px !important;

}

.projects-size{
    height: 190px
}

.project-image{
    height: 100%;
    width: 100%;
    object-fit: cover ;
}

.process-arrow{
    content: "";
    position: absolute;
    width: 46%;
    height: 40px;
    top: 30px;
    left: 80%;
    z-index: 1;
}

.two-lines-text{
    display: block;/* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    line-height: 1.8em !important;
}

@media (max-width: 767px) {
    .process-arrow{
        display: none;
    }
}