body {
    height: 100%;
}

#animate {
  position: fixed;
  width: auto;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}

.animate {
  pointer-events: none;
}