#iframe-map {
height: 400px;
}
.text-link {
	display:none;
	background:none;
	border:none;
	color:#7f411c;
}
.text-link:focus,
.text-link:hover {
	background:none;
	border:none;
	color:#40210e;
}

@media (max-width: 468px) {
.text-link {
	display:block;
}
}