.about-media {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background: #191919;
}

.about-media video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 900px;
  object-fit: cover;
  background: #191919;
}

.video-caption {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 1.5rem;
  background: linear-gradient(rgba(0, 0, 0, .78), transparent);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  pointer-events: none;
}

.video-caption span:last-child { color: var(--pink); }

@media (max-width: 900px) {
  .about-media,
  .about-media video { min-height: 700px; }
}

@media (max-width: 560px) {
  .about-media,
  .about-media video { min-height: 550px; }
}
