#molecular-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
        pointer-events: auto;  /* Allow mouse events to pass through */

}

#molecular-hero > div {
    display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

#molecular-hero .wp-block-kadence-column {
    width: 100%;
}