:root {
  color-scheme: dark;
  background: #081f3b;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #081f3b;
}

.brand-stage {
  position: fixed;
  inset: 0;
  overflow: hidden;
  background: #081f3b;
}

.brand-stage__picture,
.brand-stage__image {
  display: block;
  width: 100%;
  height: 100%;
}

.brand-stage__image {
  object-fit: cover;
  object-position: center 48%;
}

@media (orientation: landscape) and (max-height: 560px) {
  .brand-stage__image {
    object-position: center 49%;
  }
}
