 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
}

.u-section-1 .u-custom-html-1 {
  height: auto;
  min-height: 200px;
  width: 100%;
  margin: 0 0 -130px;
}

@media (max-width: 1199px) {
   .u-section-1 {
    padding-right: 0;
  }

  .u-section-1 .u-custom-html-1 {
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }
}body {
      height: 100%;
      margin: 0;
      overflow: hidden; /* remove scrollbars */
    }
iframe {
      width: 100%;
      height: calc(100vh - 52px); /* fill remaining space below header */
      border: none;
      display: block;
    } 