I'm trying to make a row of blocks with background images and centered text overlay them. I want to maintain aspect ratio (16:9) and keep the text vertically centered. Is there any way to do this? I don't want to use background-image
and background-size: cover;
because I'm animating the background on hover. I know that'd be much easier ... but it's no fun doing easy things.
This is what I have so far: http://jsbin.com/kezid/1/edit