* {
  margin:0;
  padding:0;
}


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

#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:1;
  pointer-events: none;
}

#video {
  position: absolute;
}

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

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