It seems the image is partly (70%) covered by the “after” pseudo element.
Try raise the img above by a z-index:1;
or change the “after” element to a “before” element to make it stacked under the image.
It seems the image is partly (70%) covered by the “after” pseudo element.
Try raise the img above by a z-index:1;
or change the “after” element to a “before” element to make it stacked under the image.