/** * Maps Builder Frontend Maps * * @package: GMB * @subpackage: SCSS/Admin * @copyright: Copyright (c) 2015, WordImpress * @license: http://opensource.org/licenses/gpl-2.0.php GNU Public License */ .google-maps-builder { width: 100%; height: 500px; min-height: 275px; } div[id^='google-maps-builder'] { div.gmb-infobubble > div { white-space: normal; } div[class*="_ibani_"] { box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); } iframe.gm-save-widget { margin: 0; padding: 0; } } /* This fixes issues some themes have with embedded Google Maps (like Twenty Twelve) */ div[id^='google-maps-builder'] img { max-width: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }