/* CSS for Particle Landscape Plugin */

.wpb-particle-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.vc_row[data-particle-enabled="true"] {
    position: relative !important;
}

.vc_row[data-particle-enabled="true"] > .vc_column_container {
    position: relative;
    z-index: 1;
}

.upb_row_bg {
    z-index: 0 !important;
}
