.lottie-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.lottie-poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lottie-poster--hidden {
  opacity: 0;
  transition: opacity var(--animation-duration-unit) ease-out;
}

.lottie-animation {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity var(--animation-duration-unit) ease-out;
}

.lottie-animation--hidden {
  opacity: 0;
}