* {
  margin:0;
  padding:0;
}

#banner {
  width: 970px;
  height: 250px;
  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: 970px;
  height: 250px;
  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;
}

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

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

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

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

#introvideo {
  position: absolute;
  right:0;
  width:970px;
  z-index:-2;
}

/* #video {
  position: absolute;
  left:7px;
  top:7px;
  width:286px;
  height:161px;
  z-index:0;
} */

#video {
  position: absolute;
  left:0;
  width:970px;
  z-index:-2;
  opacity:1;
}

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

#text2 {
  pointer-events: none;
  position: absolute;
  cursor: pointer;
  width: 970px;
  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:-2235px;
  /* pointer-events:none; */
  z-index:2;
  display: none;
  top: 82px;
}

#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: 55px;
  left: 115px;
  cursor: pointer;
  transform: scale(1);
  opacity:0;
  width: 70px;
  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; */
  z-index:2;
}

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

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

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

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