/* For img in the map remove borders, shadow, no margin and no max-width*/.map img {    border: 0px;    box-shadow: 0px;    margin: 0px;    max-width: none !important;}/* Make sure the directions are below the map*/.directions {    clear: left;}/* Solve problems in chrome with the show of the direction steps in full width*/.adp-placemark {    width : 100%}
