#popup-modal {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: unset;
    width: 100%;
}