@import "styles.css";

@media only screen and (max-width: 800px) {
    .map-container iframe {
        width: 100%;
        height: 500px;
    }
}