#scrolling-post-container {
	height: 300px;
	position: relative;
	overflow: hidden;
}
.scrolling-post {
	position: absolute;
	top: 300px;
	display: none;
}

/* mods for cmg */
.scrolling-post {
	color: #fff;
	text-align: center;
	width:100%;
	font-size: 22px;
	font-family: Raleway;
}
.scrolling-post p {
	line-height: 1.4;
}
.scrolling-post-inner {
	width: 50%;
	margin: 0 auto;
	padding: 18px;
	background: rgba(0,0,0,0.3);
	border-top: 1px solid #aa5;
	border-bottom: 1px solid #aa5;
}
@media screen and ( max-width: 400px ){
	.scrolling-post-inner {
		width: 96%;
		margin: 0 auto;
	}
	.scrolling-post {
		font-size: 18px;
		line-height: 1.1;
	}
}
