.has-overlay {
    position: relative;
    overflow: hidden;
}

.has-overlay .nb-background-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.has-overlay>*:not(.nb-background-overlay){
    position: relative;
    z-index: 1;
}