html,
body {
	margin: 0;
	padding: 0;
	background: #000;
}

#wrapper {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

#wrapper picture {
	display: block;
	width: 100%;
}

#wrapper picture img {
	display: block;
	width: 100%;
	height: auto;
}

#text {
	display: none;
}

.footer {
	margin: 0;
	padding: 18px 15px 24px;
	background: #000;
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}

.footer a {
	color: #bbb;
	text-decoration: none;
}

.footer a:hover,
.footer a:focus {
	color: #fff;
	text-decoration: underline;
}