.nb-materials[data-flickering] {
opacity: 0;
}
.nb-materials {
position: relative;
overflow: hidden;
}
.nb-materials > canvas {
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
z-index: 0 !important;
}
.nb-materials > .brxe-container,
.nb-materials > .brxe-block,
.nb-materials > .brxe-div,
.nb-materials > .brxe-section,
.nb-materials > [class*="brxe-"] {
position: relative;
z-index: 1;
}