.read-smore__link-wrap{
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
}

.read-smore__link-wrap.open:before{
	background: none;
	height: 0;
}
.read-smore__link-wrap:before{
	
	content:"";
	width: 100%;
	height: 14rem;
	top:-15rem;
	left:0;
	position: absolute;
	background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.3),#fff)
}