.mapouter {
    position: relative;
    text-align: right;
    margin: 0 auto;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
}

.gmap_iframe {
    border: none !important;
}

/* Responsive styles */
@media screen and (max-width: 767px) {
    .mapouter,
    .gmap_canvas,
    .gmap_iframe {
        width: 100% !important;
    }
}
