.pp_overlay {
    transform: translateX(-50%);
    left: 50%!important;
    max-width: calc(100% - 26px);
    padding: 0 12px;
}

html body .pp_details .pp_close {
    display: block;
    width: 22px; /* ширина хрестика */
    height: 22px; /* висота хрестика */
    background: url('data:image/svg+xml,%3Csvg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M19.1305 0.956376L0.956758 19.1302C0.42849 19.6584 0.42849 20.5149 0.956759 21.0432C1.48503 21.5715 2.34152 21.5715 2.86979 21.0432L21.0436 2.86941C21.5718 2.34114 21.5718 1.48465 21.0436 0.956377C20.5153 0.428109 19.6588 0.428108 19.1305 0.956376Z" fill="%23FFFFFF" /%3E%3Cpath d="M0.956622 2.86946L19.1304 21.0432C19.6587 21.5715 20.5152 21.5715 21.0434 21.0432C21.5717 20.515 21.5717 19.6585 21.0434 19.1302L2.86965 0.956436C2.34138 0.428167 1.48489 0.428167 0.956623 0.956435C0.428354 1.4847 0.428354 2.3412 0.956622 2.86946Z" fill="%23FFFFFF" /%3E%3C/svg%3E') no-repeat center center;
    background-size: contain; /* Зберігає пропорції SVG */
}

html body .pp_content_container .pp_content .pp_details {
    position: absolute;
    top: -20px;
    background: transparent!important;
}

@media screen and (max-width: 1023.98px) {
    .pp_overlay {
        margin: 0 5px;
        max-width: calc(100% - 12px);
    }

    html body .pp_details .pp_close {
        right: 0!important;
        top: -5px!important;
    }

    .pp_pic_holder {
        overflow: hidden;
        left: 10px!important;
        width: calc(100vw - 20px)!important;
    }

    html body div.pp_pic_holder .pp_content_container .pp_left {
        background: none!important;
        padding: 0!important;
    }

    html body div.pp_pic_holder .pp_content_container .pp_right {
        background: none!important;
        padding: 0!important;
    }

    iframe {
        width: calc(100vw - 10px) !important;
        max-width: 100vw!important;
    }

    .pp_overlay {
        max-width: calc(100vw - 10px);
        padding: 0!important;
        margin: 0!important;
    }
}