.brxe-bcbrx-bg-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.bcbrx-bg-image__image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.bcbrx-bg-image__image-wrapper img{
    width: 100%;
    height: 100%;
    position: relative;
}

.bcbrx-bg-image__blend-color,
.bcbrx-bg-image__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.bcbrx-bg-image_pointer-events--none {
    pointer-events: none;
}

.bcbrx-bg-image_user-select--none {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}