/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.smap{ img { max-width: none !important } }

body {
	margin: 0;
	padding: 0;
  }
  
  #map {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
  }
  