#dp_rw_modal_container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
}

#dp_rw_modal_container::before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0 0 0 / 80%);
    content: '';
    z-index: 500;
}

#dp_rw_modal_container > iframe {
    position: absolute;
    width: 1040px;
    min-height: 620px;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    /*max-height: 100%;*/
    border: 0;
}


a#dp_rw_modal_close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    z-index: 2000;
    font-size: 48px;
}