/* React Animation Plugin — Backgrounds CSS */

.rap-background-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Make aurora blend mode work */
.rap-aurora-wrap {
    isolation: isolate;
}
