.hero-video-block {
    position: relative;
    margin-top: -90px;
}

@media (max-width: 720px) {
    .hero-video-block {
        margin-top: -82px;
    }
}

.hero-video-block.full-height {
    height: 100vh;
}

.hero-video-block .video-wrapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.hero-video-block .video-wrapper video,
.hero-video-block .video-wrapper .background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-video-block .section-wrapper {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

.hero-video-block .content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 20px;
}
