/* Fix for clickable hero buttons */
.single-homepage-slider {
    position: relative;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.single-homepage-slider .container {
    position: relative;
    z-index: 10;
}

.hero-text {
    position: relative;
    z-index: 10;
}

.hero-text-tablecell {
    position: relative;
    z-index: 10;
}

.hero-btns {
    position: relative;
    z-index: 100;
}

.hero-btns a {
    position: relative;
    z-index: 100;
    pointer-events: auto;
}

.boxed-btn,
.bordered-btn {
    position: relative;
    z-index: 100;
    pointer-events: auto;
    cursor: pointer;
}
