.hero {
	height: 440px;
	margin-bottom: 53px;
	background-color: #E6E4E0;
}

.hero span {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	padding: 1px 6px 2px;
	font-size: 12px;
	color: rgba(0,0,0,0.5);
	background: rgba(230,228,224,0.85);
}

.hero span a {
	text-decoration: none;
	color: inherit;
	transition: color 0.2s ease-in-out;
}

.hero span a:hover {
	color: #000;
}