@charset "utf-8";

body {
	background-color: #555;
}

img {
	vertical-align: bottom;
}

.title {
	text-align: center;
	text-transform: capitalize;
	color: #ccc;
	text-shadow: -1px -1px 0 #000;
	font-size: 3em;
}

.feature {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	background-color: #fff;
}

.feature-img {
	max-width: 100%;
	height: auto;
}

.feature-info {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	background-color: rgba(0, 0, 0, .5);
	box-sizing: border-box;
}