* {
  margin: 0;
  padding: 0;
  line-height: 0;
}

body {
  background: #000;
}

a {
  cursor: pointer;
}

.head,
.content,
.footer {
  width: 100%;
}

.content {
  position: relative;
  width: 1920px;
  height: 100%;
  margin: 0 auto;
}

.inner {
  position: relative;
  width: 1920px;
  margin: 0 auto;
}

.head .inner a {
  display: block;
  position: absolute;
  top: 15px;
  left: 826px;
  width: 282px;
  height: 66px;
  cursor: pointer;
}

.join {
  display: block;
  position: absolute;
  top: 500px;
  left: 674px;
  width: 570px;
  height: 100px;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
}

.visuals {
  position: relative;
}

.top_button {
  display: block;
  position: absolute;
  left: 126px;
}

/* .create {
  top: 812px;
}
.youtube {
  top: 966px;
} */

.play {
  top: 800px;
}

.create {
  top: 942px;
}

.youtube {
  top: 712px;
  left: 673px;
}

.floating {
  position: absolute;
  top: 0px;
  width: 131px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.75);
}

.floating  a {
  opacity: 0.5;
}
.floating  a:hover {
  opacity: 0.75;
}
.floating  a.current {
  opacity: 1;
}

.to_top {
  display: block;
  position: absolute;
  top: 10px;
  right: 60px;
  width: 70px;
  height: 45px;
}

/* mouse trail */
.flicker {
  width: 4px;
  height: 3px;
  box-shadow: 0 0 10px #fff;
  position: absolute;
  background: #fff;
  animation: fall 1s;
  opacity: 0;
}

@keyframes fall {
  0% {
    opacity: 1;
  }
  5% {
    transform: translateY(2px) scale(1.2); 
    opacity: 1;
  }
  100% {
    transform: translateY(-2px) scale(0.2, 10) rotate(3600deg);
    opacity: 0;
  }
}

/* lightbox */
.download1 {
  display: block;
  position: absolute;
  top: 455px;
  left: 592px;
  width: 371px;
  height: 82px;
}

.download2 {
  display: block;
  position: absolute;
  top: 578px;
  left: 592px;
  width: 371px;
  height: 82px;
}
