.wp-block-rllawyers-rich-text {
	position: relative;
	isolation: isolate;
}

.wp-block-rllawyers-rich-text--inner {
	position: relative;
	z-index: 1;
}

.wp-block-rllawyers-rich-text--bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	display: flex;
}

.wp-block-rllawyers-rich-text--bg.top-left {
	justify-content: flex-start;
	align-items: flex-start;
}

.wp-block-rllawyers-rich-text--bg.top-right {
	justify-content: flex-end;
	align-items: flex-start;
}

.wp-block-rllawyers-rich-text--bg.bottom-left {
	justify-content: flex-start;
	align-items: flex-end;
}

.wp-block-rllawyers-rich-text--bg.bottom-right {
	justify-content: flex-end;
	align-items: flex-end;
}

.wp-block-rllawyers-rich-text--bg img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 640px) {
	.wp-block-rllawyers-rich-text--bg img {
		max-width: 50%;
		width: 40%;
		height: auto;
	}
}
