#drupal-lbim-modal {
  overflow: inherit;
  padding: 0;
}

/**
 * Set z-index for the ui-dialog modal to be above contextual links.
 */
div.ui-dialog[aria-describedby="drupal-lbim-modal"] {
  z-index: 501;
}

.lbim-dialog {
  width: 100%;
  height: 100%;
}

.lbim-dialog-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
