Vertical centering http://css-tricks.com/centering-in-the-unknown/
.semantic-container { display: table; width: 100%; } .semantic-wrapper { display: table-cell; text-align: center; vertical-align: middle; }