@media only screen and ( min-width: 639px ) {
    .fade {
        transition: unset !important;
    }


    .modal-dialog {
        display: flex;
        justify-content: center;
        min-height: unset;
        height: fit-content;
        width: fit-content;
    }

    .modal.show {
        padding-right: unset !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
}