body{
  margin: 0;
}

#container {
display: flex;
  position: fixed;
  z-index: 10;
  left: 0px;
  bottom: 0px;
}

#lottie {
  background-color: #ffffff;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  justify-content: center;
  align-items: center;
}

#lottie svg {
  width: 1080px !important;
  height: 400px !important;
  position: fixed;
  top: 0px;
}

.imageContainer {
  position: fixed;
  z-index: 10;
  left: 0px;
  bottom: 0px;
}
.imageContainer img {
  display: flex;
}