.ew-particle-system-background {
    position: relative;
    width: 100%;
    height: 400px; /* Default height */
    overflow: hidden;
    background-clip: padding-box;
}

.ew-particle-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.ew-particle-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 90%;
    color: #fff;
    pointer-events: none;
}

.ew-particle-overlay-title {
    margin: 0 0 15px 0;
    padding: 0;
}

.ew-particle-overlay-description {
    margin: 0;
    padding: 0;
}
