.video_desc {
    position: relative;
    padding: 95px 0;
}

.single-post .video_desc {
    padding: 45px 0;
}

.video_desc > .vector {
    position: absolute;
    bottom: 0;
    right: 0;
}

.video_desc > .vector-white {
    position: absolute;
    bottom: -1px;
    left: 0;
}

.video_desc.descr .site_margin {
    align-items: center;
    column-gap: 100px;
}

@media (max-width: 950px) {
    .video_desc.descr .site_margin {
        flex-direction: column;
        width: calc(100% - 32px);
    }
}

.video_desc:not(.descr) .site_margin {
    max-width: 920px;
    width: calc(100% - 32px);
}

.video_desc:not(.descr) .embed-container {
    width: 100%;
}

.video_desc.descr .embed-container {
    width: 50vw;
}

@media (max-width: 950px) {
    .video_desc.descr .embed-container {
        margin-bottom: 40px;
        width: 100%;
    }
}

/* DESCRIPTION */
.video_desc .desc {
    flex-direction: column;
    flex-basis: 20%;
}

@media (max-width: 950px) {
    .video_desc .desc {
        padding-left: 0;
    }
}

.video_desc .desc .title h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: var(--gap2);
}

@media (max-width: 767px) {
    .video_desc .desc .title h2 {
        order: 2;
        margin-bottom: var(--gap1);
    }
}

.video_desc .desc .text {
    color: var(--grey-700);
    font-size: 16px;
    line-height: 150%;
    margin-bottom: var(--gap2);
}

@media (max-width: 767px) {
    .video_desc .desc .text {
        order: 1;
    }
}

/* SANS DESCRIPTION */
.video_desc:not(.descr) .ctnr {
    justify-content: center;
}

.video_desc:not(.descr) .container-youtube {
    position: relative;
    padding: 0;
    padding-bottom: 56.23%;
    height: 0;
    width: 100%;
    background-color: #000;
}

.video_desc:not(.descr) iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.video_desc:not(.descr) .vector {
    display: none;
}

/* PLAYER */
.lazy-load-div:before {
    content: "";
    text-shadow: 0 0 60px rgba(0,0,0,0.8);
    background: url(/wp-content/uploads/2023/07/Player.svg) no-repeat center;
    background-size: clamp(50px, calc(3.125rem + ((1vw - 4.2px) * 5.8824)), 110px);
    transition: 500ms;
}

.lazy-load-div:before,
.lazy-load-div {
    opacity: 1;
}
