.excerpt-hidden {
height: 11rem;
overflow: hidden;
position: relative;
font-size: 1.4rem;
line-height: 1.55;
font-weight: 550;
margin-bottom: 5px;
margin-top: 10px;
}
.excerpt-hidden:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, white 100%);*/
}

.excerpt-visible {
  height: auto;
  overflow: auto;
	font-size: 1rem;
line-height: 1.55;
font-weight: 550;
	margin-bottom: 5px;
	margin-top: 25px;
}