
.acf-map {
  width: 100%;
  height: 400px;
  border: none!important;
  margin: 0 auto !important;
}

@media screen and (max-width: 768px) {

.acf-map {
    border: none!important;
  width: 94% !important;
  height: 400px;
  padding: 0;
  text-align: center;
  margin:0 3% !important;
}
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}