/* Item */
#wrapper .customers-item
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 8px;
}

#wrapper .customers-item:hover { opacity: .8; }

/* Image */
#wrapper .customers-item-image { margin: 0; }

/* Title */
#wrapper .customers-item-title
{
	margin-bottom: 5px;
	color: #fff;
}

@media (min-width: 48em)
{
	#wrapper .customers-item
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}