.sound-wave-a {
    position: relative;
    width: 100%;
    pointer-events: none;
    height: auto;
    max-height: 90vh;
    max-width: 1440px;
    margin: auto;
}

.sound-wave-a .swa-wave {
    /* opacity: 0.5; */
    filter: brightness(0) invert(1);
    overflow-x: clip;
    position: absolute;
    max-height: 90dvh;
    max-width: 2250px;
}

.sound-wave-b {
    position: relative;
    z-index: -1;
}

.sound-wave-b svg {
    position: absolute;
    width: 100%;
    height: auto;
    /* opacity: 1 !important; */
    transform: none !important;
    z-index: 1;
}


/* Remove the clipping entirely */
.sound-wave-b svg g[clip-path] {
    clip-path: none !important;
}
