:root {
  --game-base-unit: 100vw / 850;
}

@media (orientation: landscape) {
  :root {
    --game-base-unit: 100vw / 1920;
  }
  @media (max-width: 1920px) {
    :root {
      --game-base-unit: 1px;
    }
  }
}

#onetrust-consent-sdk {
  display: none;
}
