* {
  margin:0;
  padding:0;
}


#banner {
  width: 320px;
  height: 50px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background:#000;
}

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

#canvas {
  position: absolute;
}

#exit {
  position: absolute;
  width:100%;
  height:100%;
  cursor:pointer;
}

#loader {
  position: absolute;
  width: 320px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border:1px solid #000;
  z-index:2;
  pointer-events: none;
  background:#000;
}

#bgloader {
  width:320px;
  height:50px;
  position: absolute;
  top:0;
  left:0;
  z-index:2;
}

#bgloader img {
  width:320px;
  height:50px;
  position: absolute;
  top:-200px;
  left:0;
  z-index:2;
}

#bgintro {
  width:320px;
  height:50px;
  position: absolute;
  top:0;
  left:0;
  z-index:1;
}

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

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

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