@media (max-width: 720px) {
    .flex-shrink-0, .container {
        width: 720px !important;
    }
    .modal.fade.show{
        padding-right: 0 !important
    }
}