

 /* For too long / cropped journals - front page / progress page only */

.fade-text {
  max-height: 250px;
  position: relative;
  overflow: hidden;
}
.fade-text .fade-text-section { 
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  margin: 0; padding: 0px 0px 40px 0px; 
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, white);
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}