You can easily vertically center things by adding the class valign-wrapper to the container holding the items you want to vertically align.
valign-wrapper
<div class="valign-demo valign-wrapper"> <h5>This should be vertically aligned</h5> </div>