/* /Components/Widgets/HeroBanner.razor.rz.scp.css */
.image-banner[b-ngziyxdevc] {
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

    .image-banner .tint[b-ngziyxdevc] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .image-banner .content[b-ngziyxdevc] {
        position: relative;
        z-index: 1;
    }
