.imgs {
    z-index: -1;
    position: absolute;
}

.eee:hover {
    z-index: 1000;
    position: absolute;
}

#desc {
  position: fixed;
  top: 5%;
  right: 1%;
  width: 40%;
  z-index: 2;
}

#scan-helper {
    position: absolute;
    z-index: 500;
    opacity: 0;
    width: 50%;
    height: auto;
    top: 10;
    left: 0;
}

#scan-helper:hover {
    opacity: 1;
}

#scan {
    width: 50%;
    height: auto;
    position: absolute;
    top: 10;
    left: 0;
}

#texture {
    width: 40%;
    height: auto;
    position: absolute;
    top: 650;
    left: 120px;
}

#fabhead {
    width: 50%;
    height: auto;
    position: absolute;
    top: 1470px;
    right: 0px;
}

#gloop {
    width: 25%;
    height: auto;
    position: absolute;
    top: 2200px;
    left: 100px;
    padding-bottom: 10%;
}

html {
  background: url(assets/screen0.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  font-family: 'Rubik Mono One', 'Arial Narrow', 'Arial', sans-serif;
  font-size: 2em;
  letter-spacing: 1px;
  color: #000;
}

@media only screen and (max-width: 600px) {

  #desc {
    position: relative;
    display: block;
    width: 80%;
    padding: 2%;
    z-index: 200;
    font-size: .7em;
  }

  #scan {
      width: 70%;
      height: auto;
      top: 610;
  }

  #texture {
      width: 75%;
      height: auto;
      left: 80px;
      top: 1250;
  }

  #fabhead {
      width: 80%;
      height: auto;
      top: 2070px;
  }

  #gloop {
      width: 50%;
      height: auto;
      left: 30px;
      top: 2800px;
      padding-bottom: 10%;
  }

}
