That was fun - apparently I’m getting old - only got 18 👴🏻
Damn the working group for thinking the old syntax needed new properties
-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=75)”;
…or the modern alternative
filter: alpha(opacity=75);
worked perfectly fine 😝