.google-maps-wrap {
  position: relative;
}
.google-maps-wrap img {
  display: block;
  width: 100%;
}
.google-maps-button {
  position: absolute;
  bottom: 25px;
  right: 25px;
}
@media all and (max-width: 1366px) {
.google-maps-button {
  bottom: 15px;
  right: 15px;
}
}

.locations-map img {
  display: block;
}
@media all and (max-width: 480px) {
.map-type-locations-map {
  display: none;
}