.journey-presenter {
  width: min(100%, 960px);
  margin: 2rem auto 2.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1.25rem;
  background: #101817;
  box-shadow: 0 1.5rem 4rem rgba(7, 15, 14, 0.22);
}

.journey-presenter-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #101817;
}

@media (max-width: 720px) {
  .journey-presenter {
    margin: 1.25rem auto 2rem;
    border-radius: 0.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .journey-presenter-video {
    animation: none;
  }
}
