  ﻿.myIframe {
  position: relative;
  padding-bottom: 510px;
  padding-top: 30px;
  height: 0;
  overflow: auto;
  border: 2px solid #041e42;
  border-radius: 8px;
}

.myIframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 64em) {
    .new-hero-style .interchange-background-text-header .new-hero-large-text {
        font-size: 95px;
        line-height: 122px;
    }
}