.brxe-ba-image-block-reveal {
	position: relative;
}

figure.brxe-ba-image-block-reveal {
  margin: 0;
}
.brxe-ba-image-block-reveal img {
	border-radius: inherit;
	height: 100%;
	position: static !important;
	transition: inherit;
	width: 100%;
}
.brxe-ba-image-block-reveal.tag {
	display: inline-block;
	height: fit-content;
	position: relative;
	width: auto;
}


:where(.brxe-ba-image-block-reveal).overlay>div::before {
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
  }
  :where(.brxe-ba-image-block-reveal).overlay>div::before {
	border-radius: inherit;
  }