#modal {
    overflow-y: auto;
}

@media screen and (min-width: 1200px) {
    .modal-lg {
        width: 1200px; /* New width for large modal */
    }
}