.map_canvas {
    width: 100%;
    height: 600px;
}

.map_canvas iframe {
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}