.px-maps {
	/* border-radius: 30px; */
	overflow: hidden;
	max-width: 100%;
	position: relative;
	box-shadow: 0 0 30px -20px #223344;
	margin: auto;
	z-index: 0;
	height: 350px;

}

.px-maps iframe {
	display: block;
	width: 100%;
	height: auto;
	height: 350px;

}

p.gMapsPrivacy {
	color: #000;
	background: #fff;
	/* width: 100%;
	left: 0;
	padding: 1.8rem;
	height: 100%; */

	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

p.gMapsPrivacy button {
	cursor: pointer;
	border: #004b90;
	background: #004b90;
	color: #fff;
	padding: 10px;
	margin-top: 15px;
}

footer p.gMapsPrivacy a {
	color: #000;
	text-decoration: underline;
}

footer p.gMapsPrivacy strong {
	font-weight: bold;
	text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
	p.gMapsPrivacy{
		width: 100%;
		padding: 80px;
	}
}