.section-hero-video-popup {
    width: 100%;
    min-height: calc(100vh - 100px);
    position: relative;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--default-color);
}
.section-hero-video-popup::before {
    content: "";
    background:  var(--black);
    opacity: 0.7;
    position: absolute;
    inset: 0;
    z-index: 2;
}
.section-hero-video-popup .background-image-wrapper {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.section-hero-video-popup .background-image-wrapper img {
    object-fit: cover;
    object-position: top center;
    width: 100%;
    height: 100%;
}
.section-hero-video-popup .container {
    position: relative;
    z-index: 3;
}
.section-hero-video-popup p {
	font-size: 24px;
}
