.modal.modal-fullscreen .modal-dialog {
  width: 80vw;
  /*height: 100vh;*/
  margin: auto;
  padding: 0;
  max-width: none; }

.modal.modal-fullscreen .modal-content {
  height: auto;
  /*height: 100vh;*/
  border-radius: 0;
  border: none; }

.modal.modal-fullscreen .modal-body {
  overflow-y: auto; }
