#maps iframe {
    border: 0;
    width: 100%;
    height: 350px;
}

@media (max-width: 736px) {
    #maps iframe {
      width: 100%;
    }
}
