/* Banner overlay – About, Services, Contact, Gallery, Pricing */
.dz-bnr-inr-with-overlay {
    position: relative;
}
.dz-bnr-inr-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 7, 7, 0.5);
    z-index: 0;
}
.dz-bnr-inr-with-overlay .container {
    position: relative;
    z-index: 1;
}
