/**
 * CSS fix for TwentyEleven theme and any theme using html5reset
 * http://stackoverflow.com/questions/6612832/google-maps-info-window-looks-screwed-up
 */
.mPressPlacesGoogleMap img,
.mPressPlacesGoogleMap object,
.mPressPlacesGoogleMap embed {
	max-width: none;
}