article
{
	display: inline-block;
	width: 80mm;
	height: 100mm;
	margin: 6mm;
}

article header
{
	position: relative;
	height: 50mm;
	line-height: 50mm;
	
	background: #676867;
}

article header h3
{
	display: inline-block;
	line-height: 1.5em;
	
	color: white;
	text-shadow: 0mm 1mm 2mm rgba( 0, 0, 0, 0.15 );
}

article header .icon
{
	display: block;
	position: absolute;
	width: 24mm;
	height: 24mm;
	left: 50%;
	transform: translate( -50%, -50% );
	font-size: 12mm;
	line-height: 24mm;
	border-radius: 50%;
	
	background: white;
	color: #3f3571;
}
