.flexAlign {
	display: -ms-flexbox;
    -ms-align-items: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}