@charset "UTF-8";
/* CSS Document */

#gmap{
	width:100%;
}
.ggmap {
	width: 90%;
	position: relative;
	height:10rem;
	/* padding-bottom: 56.25%; */
	/* padding-top: 30px; */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
}
.ggmap iframe{
	height:10rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 5%;
}
.ggmap object,
.ggmap embed {position: absolute;top: 0;left: 0;width: 100%;padding-top: 5%;}