* {
  box-sizing: border-box;
}

*::selection {
  background: transparent;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #07080a;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.stage {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 360px;
  isolation: isolate;
  background: #07080a;
}

.stream {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
  background: #07080a;
  user-select: none;
}

.banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #07121b;
  box-shadow: 0 12px 28px rgb(0 0 0 / 28%);
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.banner,
.banner:hover,
.banner:active,
.banner:visited {
  color: inherit;
  outline: none;
  text-decoration: none;
}

.banner:focus-visible {
  outline: 2px solid rgb(122 252 255 / 55%);
  outline-offset: -2px;
}

.banner picture,
.banner img {
  display: block;
  width: 100%;
}

.banner img {
  height: auto;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
