body{
    zoom:80%;
}

.modal-backdrop {
    /*when the entire body is zoom out the modal should be forced to go 100% */
    width: 100% !important;
    height: 100% !important;
}