/*
@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 768px) {

}
*/

.modal-body {
  padding: 0 !important;
}

@media screen and (max-width: 576px) {
  .modal-dialog-full {
    margin: 0 !important;
    height: 100% !important;
  }
  .modal-content-full {
    border: 0 !important;
    border-radius: 0 !important;
    height: 100% !important;
  }
  .modal-content-full-scrollable {
    border: 0 !important;
    border-radius: 0 !important;
  }
  .modal-body-full {
    padding: 0 !important;
  }
}
