.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(255,255,255,0), #fff);
}