.modal-open{
  overflow:hidden !important;
}

.modal-dialog-width
{
  width:50vw !important;
}

.modal-body{
  overflow-y: auto !important;
  max-height: 80vh !important;
}

@media only screen and (max-width: 768px) {
  .modal-dialog-width {
    width:100vw !important;
  }

  .modal-open{
   position:fixed !important;
  }
}

ul.bajlist-square li
{
  list-style-type: square !important;
}