.background-lottie-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  /*     height: 100vh; /* Adjust height as needed */
/*   overflow: hidden; */
}
.background-lottie-wrapper .background-lottie-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.background-lottie-wrapper .content-overlay {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 1rem;
}
.background-lottie-wrapper .content-overlay img {
  width: 100%;
  height: auto;
}
.background-lottie-wrapper .ribon img {
  width: 100px;
}