/* Keep the chromatic breach below the fixed navigation and mobile menu. */
.chromatic-breach {
    z-index: 60;
}

.chromatic-breach::before {
    z-index: -1;
}
