.hidden-svg{display:none}.plane{transform:translateZ(0);perspective:500px}.active .plane{animation:orbit 1.5s linear alternate}@keyframes orbit{0%{transform:rotateX(0deg) translateZ(60px) scaleX(1);animation-timing-function:ease-in}10%{z-index:3;transform:rotate3d(1,.6,0,-10deg) translateZ(60px) scaleX(1);animation-timing-function:ease-out}20%{z-index:3;transform:rotate3d(1,.6,0,30deg) translateZ(60px) scaleX(1);animation-timing-function:ease-out}30%{z-index:3;transform:rotate3d(1,.6,0,35deg) translateZ(60px) scaleX(1)}40%{z-index:1;transform:rotate3d(1,.6,0,120deg) translateZ(60px) scale3d(.7,.7,1)}70%{z-index:1;transform:rotate3d(1,.6,0,240deg) translateZ(60px) scale3d(.7,.7,1);animation-timing-function:ease-out}to{z-index:3;transform:rotateX(1turn) translateZ(60px) scaleX(1)}}