#lottie-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  pointer-events: none;
  display: none;
}

#lottie-overlay svg {
  width: 100% !important;
  height: 100% !important;
  transform: translateY(-18%) scale(1.22) !important;
  ttransform: translateY(-12%) scale(1.22) !important;
}

