I've centered text inside carousel items with display:table-cell
and vertical-align: middle
. It works fine but when slide changes the text inside it shows at the top first and only then centered.
Here is my code - JSFiddle
How to proceed further?