@keyframes cube-rotate {
	to {
    transform: translateZ(1px) rotateX(-90deg);
	}
}