/* removes the vertical stripes in google maps */
.fi-map img {
	max-width: none !important;
	box-shadow: none !important;
	background-color: transparent !important;
	border-radius: 0 !important;
}

.fi-event-map-container {
	margin: auto;
	overflow: hidden;
}
