.page-form-hero .form-iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.page-form-hero .form-iframe-container iframe {
  width: 100%;
  height: 100%;
  min-height: 600px;
  border: 0;
}

@media screen and (min-width: 1024px) {
  .page-form-hero .half-left {
    float: right;
    max-width: 500px;
  }

  .page-form-hero .half-right {
    float: left;
    max-width: 500px;
  }
}

@media screen and (min-width: 1400px) {
  .page-form-hero .half-left {
    max-width: 650px;
  }

  .page-form-hero .half-right {
    max-width: 650px;
  }
}