.modal {
    position: absolute;
}

.modal-background {
    z-index: -1;
    opacity: 0.8;
}

.modal-close {
    z-index: 2;
    right: 16px;
    top: 8px;
}

.modal-xl {
    max-width: calc(100% - 16px);
}