.lightning-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/* Ensure the stagger visualizer stays on top of lightning */
.stagger-visualizer {
    position: relative;
    z-index: 1;
}