
.pp-popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.pp-popup {
    background: #fff;
    padding: 20px 20px 0px 20px;
    max-width: 90%;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: 900px;
    background-size: cover !important;
    background-position: center !important;
}
.pp-popup img.pp-background {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.pp-popup .pp-logo {
    max-width: 80%;
    display: block;
    width: 250px;
    margin-right: 52px;
}
.pp-popup .pp-content {
    color: #000;
    position: relative;
    z-index: 2;
    text-align: center;
}
.content_popup_over {
    display: flex;
}
.content_popup_over > div {
    width: 100%;
}
.superior_logo {
    display: flex;
    justify-content: right;
    padding-bottom: 36px;
}
.pp-popup .pp-content p {
    line-height: 1;
    font-size: 27px;
    margin-bottom: 0px;
    padding-bottom: 15px;
}
.img_pop_extra img.pp-overlay {
    max-width: 384px;
    width: 100%;
}

.pp-popup .pp-content {
    width: 70%;
    padding-bottom: 20px;
}

.content_popup_over > div.img_pop_extra {
    width: 43%;
    display: flex;
    align-items: end;
}