.fullscreen-modal {
  min-width: 100vw !important;
  min-height: 100vh !important;
  margin: 0 !important;
  top: 0;
  left: 0;
  transition: all 1s ease-in-out;
}

.fullscreen-modal .modal-content {
  height: 100%;
  border-radius: 0;
}
