@media (min-width: 1024px){
  .modal-lg {width: 90%}
}
.modal-content {
  height: 90vh; min-height: 740px
}
.modal-body {
  float: left; width: 100%; height: 83%;
}
.modal-form .modal-body iframe {
  height: 80vh;
}