.home-top {
    position: relative;
}

.top-header-video .home-top:before {
    content: '';
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: block;
}

.top-header-video video, .full-w-video-cont video {
    width: 100%;
    height:100%;
    object-fit: cover;
    display: block;
}

.top-header-video .vc_row {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1300px;
    width: 95%;
    z-index: 99;
    text-align: center;
}