.cs-mem-list-member {
	overflow: hidden;
	margin-bottom: 20px;
}
.cs-mem-list-field-thumbnail img {
	display: block;
}
.cs-mem-list-field-thumbnail {
	float: left;
	margin-right: 20px;
	max-width: 30%;
}
.cs-mem-list-field-content,
.cs-mem-list-field-excerpt {
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	.cs-mem-list-field-thumbnail {
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
		max-width: 100%;
	}
	.cs-mem-list-member {
		margin-bottom: 50px;
	}
}