.wpbdp-map {
	border: solid 1px #003366;
	width: 100%;
	height: 100%;
	background: #fff;
    margin: 10px auto;
}

.wpbdp-map.small {
	width: 250px;
	height: 250px;
}

.wpbdp-map.large {
	width: 400px;
	height: 600px;
}

.wpbdp-map img {
    max-width: none !important;
}