How can I center an image horizontally and aligned to the bottom of the container at the same time?
I have been able to center the image horizontally by its self. I hav
Remove the position: relative; line. I'm not sure why exactly but it fixes it for me.
position: relative;