Thanks Stacy. I’d tried to update the CSS for the other image sizes (e.g. “size-full”) but it wasn’t working for some reason.
I went ahead and created a new CSS class and added this class to the image and it’s working now:
img.jeff-border {
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
}