/*.modal-dialog,
.modal-content {
     80% of window height 
    height: 80%;
}*/

/*When the modal fills the screen it has an even 2.5% on top and bottom*/
/*Centers the modal*/
#modal-view-case .modal-dialog {
  margin: 2.5vh auto;
  min-width: 23cm;
}

/*Sets the maximum height of the entire modal to 95% of the screen height*/
#modal-view-case .modal-content {
  height: 95vh;
}