
ul.mag-collection {
  list-style: none;
  margin: 1em 0 0 0;
  padding: 0;
  display: inline-block;
  text-align: center;
}

ul.mag-collection li {
  display: inline-block;
}

ul.mag-collection li :not(:last-child) { 
  margin-right: 0.5em;
}

ul.mag-collection li img {
  width: 12em;
  height: 100%;
  border-radius: 5px;
}

ul.mag-collection li a {
  text-decoration: none;
  color: inherit;
}

ul.mag-collection li p {
  margin-top: 0;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}

@media screen and (max-width: 600px) {
  ul.mag-collection li img {
    width: 40vw;
  }
}
