.bd-modal-lg .modal-dialog {
  display: table;
  position: relative;
  margin: 0 auto;
  top: calc(50% - 24px);
}
.bd-modal-lg .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}
