.poster {
  max-width: var(--max-width, 1920px);
  padding: 3em var(--safe-margin, 3em);
  margin: auto;
}

.poster__caption {
  max-width: 640px;
}

.poster__title {
  margin: 0;
  font: var(--huge);
}

@media (max-width: 910px) {
  .poster__title {
    font-size: 3.125rem;
  }
}

.poster__image {
  text-align: center;
}

.poster__pretitle {
  font-size: 1rem;
  color: inherit;
  margin: 0 0 1.388rem;
}
