.hhs-video {
    position: relative;
    z-index: 0
}

.hhs-video img {
    position: relative;
    z-index: 1
}

.hhs-video-underlay {
    background-size: contain !important;
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1
}