.wrapper {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-content: center;
}
