﻿@media only screen and (max-width: 600px) {
    .modal-dialog {
        max-width: 100% !important;
    }
}
@media only screen and (min-width: 601px) {
    .modal-dialog {
        max-width: 70% !important;
    }
}
