#carton {
  position: fixed;
  width: 100%;
  opacity: 0;
  transition-duration: 2s;
}

#hitbox {
  position: fixed;
  top: -0.5%;
  right: 5%;
}

#hitbox:hover ~ #carton{
  opacity: 1;
  transition-duration: 2s;
}

#remolino {
  position: fixed;
  top: 0%;
  left: 0%;
  transition-duration: 15s;
}

#remolino:hover {
  transform: rotate(90000deg);
  transition-duration: 15s;
}

#foto {
  position: fixed;
  transform: translate(760%,120%);
  opacity: 0;
  transition-duration: 0.5s;
}

#sus {
  position: fixed;
  transform: translate(200%,450%);
  opacity: 0;
  transition-duration: 0.5s;
}

#krilin {
  position: fixed;
  transform: translate(420%,60%);
  opacity: 0;
  transition-duration: 0.5s;
}

#krilin:hover,#sus:hover,#foto:hover {
  opacity: 1;
}
