@charset "UTF-8";

.map {
    text-align: center;
}
@media screen and (max-width: 850px) {
.map iframe {
    width: 100%;
    height: 380px;
}
}