Hi,
The image has the "image-orientation:from-image" css property set. This property is not supported by majority of browsers, see
here. We don't support this property either.
To resolve the problem, remove the image-orientation property and rotate the image with the
rotate() transform function instead.