#lottie-overlay {
  position: fixed;
  inset: 0;
  /*top: 0;*/
  /*right: 0;*/
  /*bottom: 0;*/
  /*left: 0;*/
  z-index: 99999;
  pointer-events: none;
  display: none;
}

/* center the animation */

l #llottie-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 260px;
  height: 260px;
}

