* {
  margin:0;
  padding:0;
}

#banner {
  width: 300px;
  height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background:transparent;
}

#border {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 300px;
  height: 600px;
  border: 1px solid #000000;
  position: absolute;
  pointer-events: none;
  z-index:2;
  pointer-events:none;
}

#exit {
  position: absolute;
  width:100%;
  height:100%;
  cursor:pointer;
  /* background:#f0f; */
  z-index:1;
}

#canvas {
  position: absolute;
}

#spectrumloader {
  width:100%;
  height:auto;
  position: absolute;
  top:0;
  left:0;
  z-index:2;
}

#logoloader {
  width:100%;
  height:auto;
  position: absolute;
  top:0;
  left:0;
  z-index:2;
}

#bg {
  width:300px;
  height:600px;
  position: absolute;
  top:0;
  left:0;
  z-index:1;
}

#bgloader {
  width:300px;
  height:600px;
  position: absolute;
  top:-1px;
  left:-1px;
  z-index:1;
  pointer-events:none;
}

#loader {
  position: absolute;
  width: 300px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:1;
  pointer-events:none;
}

#bgdiv {
  position: absolute;
  width: 300px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:-2;
  pointer-events:none;
}

#video {
  position: absolute;
  right:0;
  width:300px;
  border:1px solid;
  z-index:-1;
}

#spectrum {
  z-index: 100000000;
  width: 300px;
  height: 600px;
  position: absolute;
  pointer-events:none;
}

#skybug {
  pointer-events: none;
  position: absolute;
  cursor: pointer;
  width: 300px;
  height: auto;
  left: 0px;
  top: 0px;
}

#text1 {
  pointer-events: none;
  position: absolute;
  cursor: pointer;
  width: 300px;
  height: auto;
  left: 0px;
  top: 0px;
  opacity:0;
}

#text2 {
  pointer-events: none;
  position: absolute;
  cursor: pointer;
  width: 300px;
  height: auto;
  left: 0px;
  top: 0px;
  opacity:0;
}

#mutevideo, #unmutevideo, #pausevideo, #playvideo, #replayvideo {
  position: absolute;
  cursor: pointer;
  width:22px;
  height:auto;
}

#mutevideo:hover, #unmutevideo:hover, #pausevideo:hover, #playvideo:hover, #replayvideo:hover {
  opacity:1 !important;
}

#videocontrols {
  position: absolute;
  right:-332px;
  pointer-events:none;
}

#videocontrols #mutevideo, #videocontrols #unmutevideo {
  position: absolute;
  top: 30px;
  opacity: 0.5;
  left: 2px;
}

#videocontrols #playvideo, #videocontrols #pausevideo {
  position: absolute;
  top: -50px;
  opacity: 0.5;
}

#videocontrols #playvideo {
  left: -1px;
}

#videocontrols #replayvideo {
  position: absolute;
  top:-7px;
  left:2px;
  opacity:0.5;
  width:18px;
}

#endvideoreplayvideo {
  position: absolute;
  top: 192px;
  right: 18px;
  cursor: pointer;
  transform: scale(1);
  opacity:0;
  width: 40px;
  height: auto;
  -webkit-transition:250ms ease-out 0s;
  -moz-transition:250ms ease-out 0s;
  -o-transition:250ms ease-out 0s;
  transition:250ms ease-out 0s;
  display:none;
  right:-332px;
}

#endvideoreplayvideo:hover {
  transform: scale(1.1);
  opacity:1 !important;
}

#videocontrols #mutevideo:hover, #videocontrols #unmutevideo:hover {
  opacity:1;
}

#videocontrols #playvideo:hover, #videocontrols #pausevideo:hover  {
  opacity:1;
}

#videocontrols #replayvideo:hover {
  opacity:1;
}

#glinterwrapper {
  position: absolute;
  top: 524px;
  left: 76px;
  width: 147px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  border-radius: 3px;
  /* background: #f0f; */
}

#glinter {
  position: absolute;
  top: 0px;
  left: -300px;
  width: 174px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  pointer-events: none;
}

#glinterwrapper, #glinter {
  height: 33px;
}