
@media only screen and (max-width: 700px) {
    .modal-dialog{
        max-width: 100% !important;
    }
}

