/* Static Map */
.static-map img {
display: block;
object-fit: cover;
height: 100%;
max-height: 875px;
object-position: center;
}

/* Google Map */
.google-map {
  height: 100%;
}
.google-map .marker-inner {
  max-width: 215px;
}
.google-map .marker-inner h4 {
  font-size: 16px;
  margin-bottom: 8px;
}
.google-map .address {
    font-size: 14px;
}
.google-map .acf-map img {
   max-width: inherit !important;
}
.map-block .google-map .acf-map {
  min-height: 300px !important;
  max-height: 1080px;
}

@media all and (max-width: 1780px) {
.map-block .google-map .acf-map {
  height: 850px;
}
}
@media all and (max-width: 1640px) {
.map-block .google-map .acf-map {
  height: 100%;
}
}
@media all and (max-width: 1024px) {
.map-block .google-map .acf-map {
  height: 550px;
}
}
@media all and (max-width: 767px) {
.map-block .google-map .acf-map {
  height: 500px;
}
}