.uncode-gmaps-widget .gmnoprint img {
max-width: none;
}
.uncode-gmaps-widget .uncode-map-wrapper iframe {
margin-bottom: 0;
padding: 0;
display: block;
width: 100%;
border: none;
}
.uncode-gmaps-widget.uncode-map-responsive .uncode-wrapper,
.uncode-gmaps-widget.uncode-map-responsive .uncode-map-wrapper {
position: relative;
height: 100%;
}
.uncode-gmaps-widget.uncode-map-responsive,
.uncode-gmaps-widget.uncode-map-responsive .uncode-map-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.uncode-gmaps-widget .gmap-buttons {
height: 25px;
width: 25px;
cursor: pointer;
margin-left: 20px;
color: white;
display: block;
padding: 5px 0px 0px 1px  !important;
border: none !important;
opacity: 0;
}
.uncode-gmaps-widget .gmap-zoom-min {
margin-top: 20px;
margin-bottom: 1px;
}
.uncode-gmaps-widget address {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
padding: 9px;
color: white;
text-align: center;
font-style: normal;
font-weight: 500;
font-size: 13px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.uncode-map-wrapper .gm-style canvas {
transform: scale(0.5, 0.5);
margin-top: 25%;
}
}