html, body {
  background: black;
  color: white;
  font-family: Arial, sans-serif;
  margin: 0;
}

.ehs-dia-canvas {
  display: block;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  transition: all 0.33s ease-in;
  width: 100%;
}

.ehs-dia-canvas:nth-child(1) {
  z-index: 101;
}

.ehs-dia-canvas:nth-child(2) {}

.ehs-dia-canvas:nth-child(3) {
  z-index: 101;
}

.eh-header {
  opacity: 0.41;
  position: absolute;
  top: 17px;
  left: 13px;
  z-index: 303;
}

.eh-header:hover {
  opacity: 1;
}

.eh-header:nth-child(2) {
  left: auto;
  right: 22px;
}

@media (max-width: 888px) {
  .eh-header:nth-child(2) {
    bottom: 0;
    left: 11px;
    top: auto;
    right: auto;
    transform: rotateZ(-90deg);
    transform-origin: top left;
  }
}

.eh-header__link {
  color: white;
  text-decoration: none;
}

.eh-header__link img {
  width: clamp(52px, 4vw, 222px);
}

.eh-header__link--info img {
  opacity: 0.66;
  width: 555px;
}

.ehs-stage {
  margin: 0 auto;
  width: 100vw;
  perspective: 1000px;
  position: relative;
}

@media (min-aspect-ratio: 3/2) {
  .ehs-stage {
    height: 100vh;
    width: 150vh;
  }
}

.ehs-remotecontrol {
  background: linear-gradient(to bottom, #345, #222);
  background: #000;
  border: 3px solid #234;
  border-bottom: none;
  border-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  bottom: 0;
  /*box-shadow: 0 0 3px orange;*/
  right: 11.43%;
  opacity: 0.66;
  padding: 11px 17px 11px;
  position: fixed;
  z-index: 202;
}

.ehs-remotecontrol__branding {
  letter-spacing: 1px;
  margin-bottom: 14px;
  opacity: 0.66;
  text-align: center;
  text-transform: uppercase;
  width: 111px;
}

@media (max-width: 888px) {
  .ehs-remotecontrol__branding {
    display: none;
  }
}

.ehs-remotecontrol__branding img {
  width: 100%;
}

.ehs-remotecontrol__button {
  background: inherit;
  border-top: 39px solid transparent;
  border-bottom: 39px solid transparent;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  text-indent: -99999px;
  width: 0;
}

.ehs-remotecontrol__button:active {
  border-left-color: red;
  border-right-color: red;
}

.ehs-remotecontrol__button--next {
  border-left: 57px solid CornflowerBlue;
}

.ehs-remotecontrol__button--previous {
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-right: 37px solid gray;
  margin-left: 0;
  margin-right: 17px;
}

.ehs-remotecontrol__button--random {
  color: white;
  display: block;
  text-decoration: none;
  text-indent: 0;
}
