.card-collection {
  color: inherit;
  height: 100%;
  position: relative;
  text-decoration: none;
}

.card-collection .media {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.card-collection .card-collection__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.collection-list-wrapper h2 {
  margin-bottom: 0;
}
