body {
  overflow: hidden;
}
#earthTHREEcontainer {
  margin-top: -100px;
  margin-bottom: -120px;
  overflow: hidden;
  width: 900px;
  position: relative;
  z-index: 1;
  margin-left: 50%;
  transform: translateX(-80%);
}
#earthTHREE {
  width: 900px;
  height: 1000px;
  float: right;
}
