RT Stephanie Eckles
🟣 CSS Quick Tip
The `mask` property allows so much creativity, and the essential functionality has great support when -webkit prefixed.
Create an SVG with black shapes, then apply it to an img:
➡️ mask: url(your-mask.svg) no-repeat center;
https://codepen.io/5t3ph/pen/GRQebrX