.poster {
  display: flex;
  align-items: var(--verticalAlign);
  justify-content: var(--horizontalAlign);
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--space-s);
  
  min-height: 520px;
  padding-block: var(--space-m);
  padding-inline: var(--space-m);
}
.poster,
.poster * { color: var(--textColor); }

{#.poster__text {
  max-width: 50%;
}#}