#googleMapsInactive {
    position:relative;
    margin-top:0;
    margin-bottom:-20px;
    padding-bottom:0!important;
}
#googleMapsInactive > .ce_image {
    position:relative;
    opacity:0.7;
}
#googleMapsInactive > .ce_image img {
    opacity:0.7;
}
#googleMapsInactive > .ce_text {
    bottom:0;
    position:absolute;
    padding:5px 10px;
    background-color:rgba(255,255,255,.7);
}
#googleMapsInactive > .ce_text p{
	font-size: 1rem;
	color: #333;
}
#googleMapsInactive > .ce_text a {
	font-size: 1rem;
    text-decoration:underline;
    color:#164D86;
}