.home-footer-video {
    position: relative;
    height: 64.81481481481481vh;
    width: 100%;
    overflow: hidden
}

#videobcg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto
}

.home-footer-video:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgb(0 0 0 / 50%)
}

.home-footer-video--wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 100%
}

.video-description {
    text-shadow: 3px 0 3px rgb(0 0 0 / 46%);
    color: #fff
}

.video-description .section-title {
    font-family: var(--base-font-family);
    font-weight: 700;
    text-transform: uppercase;
    font-size: max(2.75vw, 2.5rem);
    color: #fff;
    letter-spacing: .05em;
    line-height: 1.3;
    text-shadow: 0em .18em .27em rgb(0 0 0 / 24%);
    margin: 30px 0;
    text-align: center
}

.video-description span {
    display: block
}

.buttons--wrapper {
    display: flex;
    justify-content: center;
    gap: 3vw
}

.buttons--wrapper .learn-more:hover {
    color: #fff;
    background: rgb(0 0 0 / 82%)
}

@media screen and (max-width: 750px) {

    .video-description .section-title {
        font-size: max(5vw, 2rem)
    }
}

@media screen and (max-width: 550px) {
    .video-description .section-title {
        font-size: max(5.5vw, 1.4rem)
    }
}