
.social__feed:after {
	content: " ";
	z-index: 10;
	display: inline-block;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%),
				linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
	height: 120px;
	width: 100%;
	position: absolute;
	bottom: 0;
	pointer-events: none;
}

.sprkl-wrapper {
	padding-top: 2.5em;
	overflow: scroll;
}