section {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-rendering: optimizespeed;
}

div {
  padding: 12px;
}

img {
	max-width:100%;
	max-height:100%
}