.about {
	width: 100%;
	height: 100%;
}

.about .a-block {
	position: relative;
	width: 100%;
	height: 50%;
	background-attachment: fixed;
	background-image: url('/content/about/images/shutter.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.about .a-block .title {
	padding: 1em;
	font-size: 1.25em;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.2em;
	background-color: rgba(255, 255, 255, 0.5);
}

.about .a-block .text {
	padding: 1em;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.2em;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
}

.about .b-block {
	margin: 1em 0 5em 0;
	padding: 1em;
	vertical-align: top;
}

.about .b-block .item {
	display: block;
	margin-bottom: 1em;
	padding: 1em;
	margin: 1em auto 0 auto;
	background-color: white;
	font-size: 1.5em;
}

/* Responsive */

@media (min-width: 0) and (max-width: 800px) {
	.about .a-block {
		background-attachment: scroll;
	}
	.about .a-block .title {
		display: none;
	}
	.about .a-block .text {
		height: 100%;
		font-size: 1em;
	}
	.about .b-block .item {
		width: 100%;
	}
}

@media (min-width: 801px) and (max-width: 1400px) {
	.about .a-block {
		background-attachment: scroll;
	}
	.about .a-block .title {
		position: relative;
		display: inline-block;
		left: 1em;
		top: 1em;
	}
	.about .a-block .text {
		position: absolute;
		display: inline-block;
		width: 50%;
		bottom: 1em;
		right: 1em;
		font-size: 1.25em;
	}
	.about .b-block .item {
		width: 75%;
	}
}

@media (min-width: 1401px) {
	.about .a-block {
		background-attachment: fixed;
	}
	.about .a-block .title {
		position: absolute;
		left: 1em;
		top: 1em;
	}
	.about .a-block .text {
		position: absolute;
		width: 50%;
		bottom: 1em;
		right: 1em;
		font-size: 1.25em;
	}
	.about .b-block .item {
		width: 50%;
	}
}
