/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .neko-gmap{ height: 500px; }


 .neko_gmap_small{ height: 200px; }
 .neko_gmap_medium{ height: 500px; }
 .neko_gmap_large{ height: 700px; }

 .neko_gmap_fullscreen{  }


 .neko-gmap {
 	margin:0 30px;
 }

 @media(min-width:1025px){
 	.neko-gmap {
 		margin:0;
 	}

 }