
#ds-story-container {
	
}

.item {
	width: 100%;
	background-color: transparent;
	min-height: 100px;
	padding: 5px;
	margin: 10px 0px;
	/* box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px; 
	border-radius: 4px; */
	color:#fff;
}

.item:hover {
	/* opacity: 0.8; */
}
