Horizontally center images which overflows their container
问题 I am trying to center some images (horizontally) which overflows their container divs. The containers (and images, for that matter) have a height of 160px and I want to keep them with that height, even at smaller screen-sizes - but still keep the image horizontally centered. I have tried margin: 0 auto; with no luck. I came across an half-solution where it was suggested to use text-align: center; on the container div along with margin: 0 -100%; on the image itself. However this solution seems