.hero-banner.video {
    padding-bottom: var(--gap3);
    background: var(--white);
    position: relative;
}

.hero-banner.video > .ctnr > .ctnr {
    flex-wrap: nowrap;
}

@media (max-width: 1100px) {
    .hero-banner.video > .ctnr > .ctnr {
        flex-direction: column;
    }
}

.hero-banner.video > img.vector {
    display: block;
}

@media (max-width: 1100px) {
    .hero-banner.video > img.vector {
        display: none;
    }
}

.hero-banner.video .video-part {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

/* ABOUT */
.hero-banner.video .about {
    padding: 60px;
}

@media (max-width: 1100px) {
    .hero-banner.video .about {
        padding: 30px;
    }
}

.hero-banner.video .about .title {
    font-size: clamp(35px, calc(2.1875rem + ((1vw - 3.75px) * 0.939)), 45px);
    font-weight: 700;
    line-height: 120%;
    color: var(--secondary-400);
    margin-bottom: 30px;
}

.hero-banner.video .about .subtitle {
    color: rgba(255, 255, 255, 0.6);
    font-size: clamp(22px, calc(1.375rem + ((1vw - 3.75px) * 0.6573)), 29px);
}

.wp-block-embed.is-type-video:after, 
.wp-block-embed.is-type-video:before, 
.bloc_bck:after, 
.bloc_bck:before {
    content: "";
    position: absolute;
    width: clamp(160px, calc(10rem + ((1vw - 3.75px) * 17.7465)), 349px);
    height: clamp(160px, calc(10rem + ((1vw - 3.75px) * 17.7465)), 349px);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;

}
.wp-block-embed.is-type-video:before, 
.bloc_bck:before {
    top: 0;
    right: 0;
    background-image: url(/wp-content/uploads/2023/07/Vector-11.svg);
}

.hero-banner.video .bloc_bck:before {
    top: -16px;
    right: -16px;
}

.hero-banner.video .bloc_bck:after {
    bottom: -16px;
    left: -16px;
}

/*.wp-block-embed.is-type-video:after, */
.bloc_bck:after {
    bottom: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2023/07/Vector-10.svg);
}

/* BACKGROUND IMAGE */
.hero-banner.video > .ctnr {
    height: 660px;
}

@media (max-width: 1100px) {
    .hero-banner.video > .ctnr {
        height: 100%;
        padding-bottom: 30px;
    }
}

.hero-banner.video .ctnr > img.background {
    height: 660px;
}

@media (max-width: 1100px) {
    .hero-banner.video .ctnr > img.background {
        height: 100%;
    }
}

/* PLAYER */
.hero-banner.video #player {
    z-index: 1;
    color: var(--white);
    font-weight: bold;
    margin-left: 70px;
    cursor: pointer;
    text-align: center;
}

@media (max-width: 950px) {
    .hero-banner.video #player {
        margin: 0;
        margin-top: 40px;
    }
}

.hero-banner.video #player > img {
    margin-bottom: 15px;
    width: clamp(80px, calc(5rem + ((1vw - 3.75px) * 4.6948)), 130px);
    height: auto;
}

/* VIDEO OVERLAY */
.hero-banner.video #video-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 998;
}

.hero-banner.video #video-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 90%;
    max-width: 1200px;
}

.hero-banner.video #video {
    width: 100%;
    height: auto;
}
