.widget-frame iframe {
  height: 1120px;
}

.hero {
  align-items: flex-end;
}

.hero-content {
  padding-block: 0 20px;
}

.scroll-cue span {
  margin-bottom: 0;
}

@media (max-width: 1080px) {
  .widget-frame iframe {
    height: 1120px;
  }
}

@media (max-width: 760px) {
  .hero-content {
    padding-block: 0 12px;
  }

  .widget-frame iframe {
    height: 1180px;
  }
}
