To add more life to images, create a SVG with black shapes, and then apply it to an img:
img
mask: url(your-mask.svg) no-repeat center;
![[CSS masked images.png]]
[[css]]