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