/* =============================================================================
   MAP
   ========================================================================== */
.map_wrapper {
	height: 400px;
	overflow: hidden;
	width: 100%;
}
.g_map_embed {
	width: 100%;
	height: 100%;
	background-attachment: scroll !important;
}
.g_map_embed_overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:400px; /* your iframe height */
   top:400px;  /* your iframe height */
   margin-top:-400px;  /* your iframe height */
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 859px) {	
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 479px) {
}