#banner{
	background-image: url('/wp-content/uploads/mastheads/contact-mh.jpg');
}
.flex-columns {
	justify-content: center;
}
#second-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
@media only screen and (min-width: 992px) {
	#gform_wrapper_1 {
		max-width: 1000px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 992px) {
	#banner{
		background-position: left -100px center;
	}
}