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

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: auto;
  border-radius: 0;
  border: none; }

.modal.modal-fullscreen .modal-body {
  overflow-y: auto; }
@media (min-width: 576px){
.modal-dialog {
    /* max-width: 500px; */
    margin: 1.75rem auto;
}
}