bloqhead
11/12/2013 - 4:04 PM

Fixes the hidden image issue on Google Maps. Reference: http://stackoverflow.com/questions/16708324/google-maps-infowindow-close-button-hidd

img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
	max-width: none;
}