.map-frame {
	display: block;
	width: 100%;
	height: 450px;
	outline: 0;
	border: 0;
}

.contact-page p {
	text-align: center;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.contact-page .form-submit {
	text-align: center;
}

/* ======================= -------- 8.0  Media Queries -------- ========================== */
@media (max-width: 800px) {

	.map-frame {
		height: 300px;
	}

}

@media (max-width: 450px) {

	.map-frame {
		height: 150px;
	}

}