/* VDWWD Google Maps Drag & Drop https://www.vanderwaal.eu https://jqueryui.com https://developers.google.com/maps/documentation */ .map_container { width: 100%; height: 500px; overflow: hidden; } .map_dragdrop { width: 100%; height: 100%; } .map_recyclebin { position: relative; height: 60px; width: 60px; top: -85px; right: -10px; background: white; box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 4px -1px; border-radius: 2px; } .map_recyclebin_svg { width: 40px; height: 40px; margin: 9px; stroke: #666666 !important; } .map_icon_container { font-size: 12px; font-weight: bold; width: 100%; } .map_icon { cursor: pointer; margin: 3px 0px 15px 0px; } .map_button { width: 150px; } /* make responsive */ @media (max-width: 767.98px) { .map_icon_container div { float: left; width: 20%; } }