*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #060818;
}

.landing-root {
  min-height: 100vh;
  min-height: 100dvh;
}

.poster {
  display: block;
  width: 100%;
  max-width: 1008px;
  margin: 0 auto;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.poster.is-disabled {
  cursor: default;
}

.poster__seg {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
