.flex-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-flow:row wrap;-webkit-flex-flow:row wrap;justify-content:space-around}.flex-justify-content-center{justify-content:center}.flex-justify-content-evenly{justify-content:space-evenly}.flex-item-center{display:flex;align-items:center}