 /* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
	height: 100%;
}
.map-image-shown #infowindow-content { display: none; }
#map.d-block #infowindow-content { display: block; }