.post-entry.hasmore {
	max-height: 440px;
	overflow: hidden;
	position: relative;
}

.post-entry.hasmore:after {
	content: "";
	position: absolute;
	top: 400px;
	left: 0;
	height: 64px;
	width: 100%;
	background: -webkit-linear-gradient(rgba(255, 255,255, .4), rgba(255, 255, 255, 1));
}
.readmore {
	position: relative;
	z-index: 9;
}

@media only screen and (min-width: 768px) {
	.readmore {
		margin-top: -20px;
	}
}