h1 {
	padding: 0;
	margin-bottom: 0.9em;
	background: none !important;
}

#background {
	background: url('background-footer.jpg') bottom no-repeat;
	background-size: 100vw;
	overflow: hidden;
	position: relative;
}

#watermark {
	position: absolute;
	left: 0;
	top: 55em;
	max-width: 100vw;
}

.black-box {
	margin-top: 10em;
}

#broker {
	margin-top: 5em;
}

#broker h2 {
	margin-top: 0;
	margin-bottom: 0.4em;
}

#broker h2 small{
	opacity: 0.5;
}

#broker .shadow-circle {
	margin-top: -5em;
}

#gallery {
	margin-top: 7em;
	margin-bottom: 15em;
}

@media(max-width: 1199px) {
	.black-box {
		margin-top: 7em;
	}

	#gallery {
		margin-top: 4em;
		margin-bottom: 8em;
	}

	#broker {
		font-size: 0.9em;
	}

	#broker .lead {
		font-size: 1.2em;
		margin: 0;
	}

	#broker h2 small {
		font-size: 0.6em;
	}
}

@media(max-width: 991px) {
	.black-box {
		margin-top: 5em;
		padding-bottom: 4em;
	}

	#broker h2 small {
		font-size: 0.4em;
	}
}

@media(max-width: 767px) {
	#broker {
		margin-top: 0;
	}

	#gallery {
		margin-top: 2em;
		margin-bottom: -10em;
	}
}