.xv9k-video {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    cursor: pointer;
    background: #000;
}

.xv9k-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.xv9k-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    font-size: 34px;
    cursor: pointer;
    transition: .25s;
}

.xv9k-play:hover {
    transform: translate(-50%, -50%) scale(1.08);
    background: rgba(0, 0, 0, .75);
}

.xv9k-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.text_promo {
    display: block;
    position: absolute;
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    background-color: #1c1c1c;
    bottom: -83px;
    right: 40px;
}

.text_promo a {
    display: block;
    color: #fff;
    text-decoration: unset;
}

html[color-scheme="dark"] .text_promo {
    background-color: #fff;
}

html[color-scheme="dark"] .text_promo a {
    color: #1c1c1c;
}

@media only screen and (max-width: 1200px) {


    .text_promo {
        position: relative;
        bottom: 0px;
        right: 0px;
        max-width: 200px;
        margin: auto;
        padding: 20px;
    }

}

@media only screen and (max-width: 768px) {

    .mxd-project-item__promo {
        margin-top: 16px;
    }

}

@media only screen and (max-width: 468px) {

    .mxd-logo__image {
        width: 120px;
    }

    .mxd-header__controls {
        align-items: center;
    }

    .btn-mobile-icon,
    .mxd-color-switcher {
        width: 34px;
        height: 34px;
        padding: 0px;
    }

    .mxd-manifest__controls {
        margin-bottom: 30px;
    }

    .main-menu__link .btn-caption {
        font-size: 25px;
        line-height: 42px;
    }


    .mxd-menu__right {
        padding-top: 0px;
        display: block;
        width: 100%;
    }

    body.menu-open {
        overflow: hidden !important;
        height: 100%;
        overscroll-behavior: none;
    }

    .mxd-menu__contain {
        height: 90%;
    }

    .mxd-menu__inner {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        flex-flow: wrap;
    }

.all_projects_button {
    padding: 10px;
    gap: 6px;
}

.all_projects_button .btn-caption {
    width: 86%;
    font-size: 15px;
    line-height: 16px;
}

}