#lottie svg{
  position: absolute;
}
#lottie svg:nth-child(0){
  z-index: 0;
}
#lottie svg:nth-child(1){
  z-index: 1;
}
#lottie svg:nth-child(2){
  z-index: 2;
}