.container{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-flow: row;
    -ms-flex-direction: row;
}