.vc-plasma-target {
    position: relative;
    overflow: hidden !important;
}

.vc-plasma-canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* Behind content */
    pointer-events: none;
    /* Let interactions pass through unless captured */
    opacity: 1;
}

/* Ensure content sits above */
.vc-plasma-target>*:not(.vc-plasma-canvas) {
    position: relative;
    z-index: 1;
}