?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules/shortcodes/



?? Go up: /home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules

?? Viewing: _google-map.scss

/* ==========================================================================
   Google Map start style
   ========================================================================== */


.edgtf-google-map-holder{
	position: relative;
}

.edgtf-google-map {

	display: block;
	width: 100%;
	height: 300px;

	iframe,
	object,
	embed {

		width: 100%;
		display: block;

	}

	img {
		max-width: none;
	}
}

.edgtf-google-map-overlay {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	display: none;
	top:0;
	left:0;
}

/* ==========================================================================
   End of Google Map style
   ========================================================================== */


??

??