.cmb-type-google-map {
	.google-map {
		height: 400px;
		width: 99%;
		margin: 5px 1px 1px;
		border: solid 1px #DDD;
		box-sizing: border-box;

		img {
			max-width: none;
		}
	}
}