@charset "utf-8";

@media (max-width: 991px) {
  .responsive .modal .modal-dialog {
    width: 100%;
    position: fixed;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    z-index: 10;
  }
}