.jotform-modal-wrap {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 999;
  width: 50%;
  margin: 0 auto;
  transform: translate(-50%, 10%);
  background: #f3f3fe; }

.jotform-modal-wrap.is-visible {
  visibility: visible; }

.jotform-modal-wrap iframe {
  width: 100%;
  height: 50em;
  border: 0; }

.modal-header {
  border-bottom: 0;
  padding: 0; }

@media (max-width: 1366px) {
  .jotform-modal-wrap {
    transform: translate(-50%, 5%); }
  .jotform-modal-wrap iframe {
    height: 45em; } }

@media (max-width: 999px) {
  .jotform-modal-wrap {
    width: 90%; } }
