h1, h1+p {
	margin: 30px 15px 0;
	font-weight: 300;
}

h1+p a {
	color: #333;
}

h1+p a:hover {
	text-decoration: none;
}

h2 span {
	margin-left: 1em;
	color: #aaa;
	font-size: 85%;
}

.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 350px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}

figure {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.hover07 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hover07 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.containertext {
	position: relative;
}

.text-block {
	position: absolute;
	bottom: 0;
	left: 0;
	color: white;
	background: black; /* fallback */
	background: rgba(0, 0, 0, 0.4);
	min-width: 100%;
	min-height: 28%;
	text-align: center;
}