.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(246,246,246,0), #ffffff);

}