Vertically align anything with just three lines of CSS
.element { position: relative; top: 50%; transform: translateY(-50%); }