.download-cta-embed {
  width: 100%;
  height: clamp(520px, 50.8vw, 820px);
  overflow: hidden;
  background: #fff;
}

.download-cta-embed__frame {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #fff;
}

@media (max-width: 767px) {
  .download-cta-embed {
    height: 1360px;
  }
}
