#dot-wallis {
    width: 100%;
    max-width: 800px;
    height: auto;
    overflow: hidden;
	aspect-ratio: 800 / 533;
	mask-image: url('/wp-content/themes/bricks-child/wallis-dot/wallis.png');
	-webkit-mask-image: url('/wp-content/themes/bricks-child/wallis-dot/wallis.png');
	mask-size: contain;
	-webkit-mask-size: contain;
	mix-blend-mode: lighten;
}
.brxe-container:has(#dot-wallis) {
	mix-blend-mode: lighten;
}
