#subcategories .see-more-link-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(200, 200, 200, 0.7));
  text-align: center;
}

#subcategories  .see-more-link {
  display: inline-block;
  font-size: 120%;

  margin-top:    5px;
  margin-bottom: 5px;
  margin-left:  auto;
  margin-right: auto;

  padding: 5px 10px;
  color: #007bff;

  background: #ffffff;

  border: 2px solid black;
  border-radius: 8px;
}

#subcategories .fade-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
}
