.video-section {
  padding: 110px 0 30px;
}

.video-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 24px;
}

.video-heading .section-label {
  margin: 0;
}

.video-heading p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  text-align: right;
}

.video-frame {
  padding: 12px;
  border-radius: 6px;
  background: var(--ink);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .14);
}

.video-frame video {
  display: block;
  width: 100%;
  max-height: 78vh;
  background: #000;
  border-radius: 3px;
}

.hero-video video,
.overview-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.hero-video {
  padding: 12px;
  background: var(--ink);
}

.hero-video video {
  max-height: 78vh;
  background: #000;
}

.overview-frame {
  background: #fff;
}

@media (max-width: 800px) {
  .video-section { padding-top: 75px; }
  .video-heading { display: block; }
  .video-heading p { margin-top: 12px; text-align: left; }
  .video-frame { padding: 5px; }
}
