.s-home {
    position: relative;
    z-index: 9;
    background-color: #fff;
}
._w-head {
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .37)), to(rgba(0, 0, 0, .37))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), color-stop(74%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), linear-gradient(180deg, rgba(0, 0, 0, .7), hsla(0, 0%, 100%, 0) 74%);
}
._w-home {
    position: relative;
    z-index: 100;
    height: 100vh;
}
.background-video-2 {
    height: 100vh;
}
._w-hero {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 25%;
    right: 0px;
    z-index: 100;
    margin-top: 108px;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white;
    background: linear-gradient(180deg, rgba(1,112,116,0.8) 0%, rgba(1,112,116,0.5) 100%);
}

.background-video-2 {
    height: 100vh;
   
    background-position: 0px 0px, 0px 0px;
    background-size: 4px, auto;
}

.w-background-video > video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
}