.modal-size{
    width: 60vw !important;
    height: 70vh !important;
}

@media only screen and (min-width : 320px) {}
@media only screen and (min-width : 480px) {}
@media only screen and (min-width : 768px) {
    .modal-size {
        width: 96vw !important;
        height: 95vh !important;
    }
}
@media only screen and (min-width : 992px) {}
@media only screen and (min-width : 1200px) {
    .modal-size{
        width: 60vw !important;
        height: 70vh !important;
    }
}