.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;
}


.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;
}

/* Media query for mobile devices */
/*
@media only screen and (max-width: 768px) {
  .see-more-link {
    font-size: 140%;
    margin-top:    20px;
    margin-bottom: 20px;
  }
}
*/


.fade-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
/*  background: linear-gradient(to top, white, rgba(255,255,255,1);*/
/*  background: linear-gradient(to top, rgba(125,125,125,1), rgba(255,255,255,0));*/
/*background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(211, 211, 211, 1) 90%);*/

}

