#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: opacity 0.9s;
  z-index: 999999;
}
#lottie-loader {
  width: 370px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #lottie-loader {
    width: 300px;
    height: auto;
  }
} 