#lottie-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
    pointer-events: none; 
}


#lottie-container svg {
    width: 100% !important;
    height: 100% !important;
}