.showmore{

}
.showmore p{

}
.showmore_content.hide-class > div{
	position: relative;
}
.showmore_content.hide-class > div:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	background: linear-gradient( rgba(254,254,254,0), rgba(254,254,254,1.00));
}


.dark-showmore .showmore_content.hide-class > div:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	background: linear-gradient( rgba(19,19,19,0), rgba(19,19,19,1.00));
}