Thats my fiddle: http://jsfiddle.net/atav8vzz/4/
Why is the html element with class \"vertical-align\" not vertically centered?
Just add justify-content: center; to your code:
.vertical-align { display: ms-flex; display: flex; align-items: center; justify-content: center; }