.zine-grid {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}
.zine-grid .edition {
  position: relative;
  width: 15rem;
  min-height: 21.115819209rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.zine-grid .edition a {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  color: initial;
  text-decoration: initial;
}
.zine-grid .edition .overlay {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}
.zine-grid .edition .overlay img {
  display: block;
  width: 100%;
  height: auto;
}
.zine-grid .edition .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0;
  background-color: rgba(255, 255, 255, 0.75);
}
.zine-grid .edition .title .name,
.zine-grid .edition .title .issue {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
.zine-grid .edition .title .name {
  font-size: 1.1em;
  font-weight: bold;
}
.zine-grid .edition .title .issue {
  font-size: 1em;
  font-weight: normal;
  margin-top: 0.5rem;
}
