@media only screen and (max-width:575px) {
     .modal {
        margin:auto !important;
        width: 90% !important;
        height: 100% !important;
    }
}