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

#signage-stage {
  position: fixed;
  inset: 0;
}

#signage-stage iframe,
#signage-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.signage-ticker {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 72px;
  z-index: 10;
  border: 0;
}

#sponsor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #000;
  padding: 10px 16px;
}

#sponsor .sponsor__label {
  font-family: "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a94a3;
}

#sponsor .sponsor__logo {
  height: 40px;
  width: auto;
}
