#cms-top dialog.cms-dialog {
    padding: 0;
    resize: both;
    top: 50%;
    left: 50%;
    inset-inline-start: 50%;
    inset-inline-end: unset;
    transform: translate(calc(-50% + 250px), calc(-50% + 121px));
    width: 32rem;
    height: 24rem;
    min-height: 16rem;
    min-width: 16rem;
    .cms-modal-foot {
        margin-inline-end: 1rem;
        .cms-modal-buttons {
            padding-inline-end: 10px;
        }
    }
    .cms-modal-body iframe {
        width: 100%;
        height: 100%;
        border: none;
    }
}