This question Drop shadow for PNG image in CSS almost gives me what I need - a true drop shadow to a PNG image, instead of a box shadow. But I also need to use the following comma separated value:
0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22)
How do I achieve this using filter: drop-shadow?