.cosmic-magnifik-wrapper {
    position: relative;
    width: 100%;
    background: transparent !important; 
    overflow: hidden;
    display: block;
}

.cosmic-magnifik-canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0; /* Asegúrate de que no tape el contenido */
}