.ncm-homepage-video {
  width: 100%;
}
.homepage-video-frame {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
  background: #e6eaf0;
}
.homepage-video-frame.ratio-9x16 {
  aspect-ratio: 9 / 16;
  max-width: 420px;
}
.homepage-video-frame.ratio-16x9 {
  aspect-ratio: 16 / 9;
  max-width: 960px;
}
.homepage-video-frame.ratio-1x1 {
  aspect-ratio: 1 / 1;
  max-width: 560px;
}
.homepage-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.ncm-homepage-video-content {
  margin-top: 1rem;
  text-align: center;
}
.ncm-homepage-video-content h2 {
  margin: 0 0 .75rem;
}
.ncm-homepage-video-button {
  display: inline-block;
}
