.modal-ohub-widget-dialog {
  width: min(920px, 86vw);
  max-width: none;
  margin: 2vh auto;
  height: 96vh;
}

.modal-ohub-widget-content {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  position: relative;
  height: 100%;
}

.modal-ohub-widget-body {
  padding: 0;
  height: 100%;
}

.modal-ohub-widget-close-custom {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: rgb(0, 121, 191);
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
  opacity: .5;
  transition: color .2s ease, opacity .2s ease;
}

.modal-ohub-widget-close-custom:hover,
.modal-ohub-widget-close-custom:focus {
  color: #6c757d;
  opacity: 1;
  outline: none;
}

#ohub-widget-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

@media (max-width: 768px) {
  .modal-ohub-widget-dialog {
    width: 90vw;
    margin: 2vh auto;
    height: 94vh;
  }
}
