#initial-lottie-overlay {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

#lottie-player svg {
  width: 100px !important;
  height: 72px !important;
}
