#background {
	background: url('background-footer.jpg?ver=1') bottom no-repeat;
	background-size: 100vw;
	overflow: hidden;
}

#content .container {
	margin-bottom: 20em;
}

.container h2 {
	margin-top: 2em;
}

#watermark {
	position: absolute;
	left:0;
	top: 15em;
}

@media(max-width: 1199px) {
	#content .container {
		margin-bottom: 10em;
	}

	.container h2 {
		margin-top: 1em;
	}
}

@media(max-width: 767px) {
	#content .container p {
		margin-top: -15em;
	}
}