.hs #vid_bg .r_hero_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 5rem;
    z-index: 2;
}
.hs #vid_bg .r_video_bg {
    z-index: 0
}
.hs #vid_bg:before {
    content: "";
    background-color: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}