figcaption {
	display: none !important;
}
.location_modal {
	position: relative;
	height:0;
	width: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: -1px;
}
.location_modal a{
	z-index: 1000;
	display: block;
	background: url('map.svg') #fff no-repeat;
	background-position: 2px 2px;
	border-radius: 3px;
	margin: 2px;
	border: none;
	position: absolute;
	height: 30px;
	width: 30px;
	bottom: 0;
}