.googleMaps {
  position: relative;
  margin-bottom: 20px;
}
.googleMaps img {
  max-width: none;
  width: auto;
}
.googleMaps .map-holder {
  width: 100%;
  height: 400px;
}
.googleMaps .map-overlay {
  position: absolute;
  bottom: 30px;
  right: 10px;
  z-index: 5;
}
.googleMaps .map-filter .filter-holder {
  background-color: white;
  padding: 10px;
  font-size: 12px;
}
.googleMaps .map-overlay ul,
.googleMaps .map-overlay li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.googleMaps .map-filter .filter-holder li input[type="checkbox"] {
  height: 16px;
  margin-top: 0;
  margin-right: 5px;
}
.googleMaps .info-content {
  max-width: 200px;
}
.googleMaps .info-content .g-image,
.googleMaps .info-content .g-image img {
  width: 100%;
}
.googleMaps .info-content div.g-image-leftWrap {
  width: 30%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
.googleMaps .info-content .g-image-leftWrap img {
  margin-right: 10px;
}
.googleMaps .info-content div.g-image-rightWrap {
  width: 30%;
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}
.googleMaps .info-content .g-image-rightWrap img {
  padding-left: 10px;
}
.googleMaps .info-content h3 {
  font-size: 14px;
}
.googleMaps .info-content div.text {
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .googleMaps .map-holder {
    position: relative;
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .googleMaps .map-holder {
    position: relative;
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 480px) {
  .googleMaps .map-holder {
    position: relative;
    width: 100%;
    height: 300px;
  }
}
