
.at-hvid-titleContainer {
    position: relative; /** stack over transparent color*/
    display: table-cell;
    vertical-align: middle; 
}

.at-header-video-wrapper{
    position: relative;
    overflow:hidden;
    width: 100%;
}

.at-header-video-background, .at-header-video-foreground {
    position: absolute;
    top:0;
    left:0;
    overflow:hidden;
    width: 100vw;
}

.at-header-video-foreground {
    z-index: 5;
}

.at-header-video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.at-header-video p{
    margin: 0;
}