.ubg-gmap img {
  max-width: none;
} 

.ubg-gmap.ubg-gmap-double-click {
  background-image: url('../images/ubg_gmap_germany.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.ubg-gmap.ubg-gmap-double-click .ubg-gmap-doubleclick-item {
  width: 100%;
  height: 100%;
  z-index: 99;
  background-image: url('../images/ubg_gmap_toggle.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

body {
  background: #ff9;
}