/* CSS Document */

div.googleMap { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; border:5px solid #d2deef; }
 
div.googleMap iframe,
div.googleMap object,
div.googleMap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


#appGooglemaps { margin-bottom: 10px; text-align: center;}
#appGooglemaps a { color: #fff; text-decoration: none; width: 80%; max-width: 240px; height: 50px; line-height: 50px; margin: auto; }
#appGooglemaps p { font-size: 1.2rem;}


@media (max-width: 480px) {
	#appGooglemaps a { height: 40px; line-height: 40px; }
}
@media (max-width: 480px) {
	.telMini { font-size: 1.2rem; }
}