:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #ffffff;
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-height: 100vh;
  overflow-x: hidden;
}

.poster {
  width: 100vw;
  max-width: 100vw;
}

.poster picture,
.poster img {
  display: block;
  width: 100%;
  height: auto;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
