.geo-multiplace .geo-place-item {
  background-size: cover;
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
}
.geo-multiplace .geo-place-item:hover {
  cursor: pointer;
}
.geo-multiplace .geo-place-item:hover .geo-over {
  top: 0;
}
.geo-multiplace .geo-place-item .geo-over {
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  /* Safari 3.2+, Chrome */
  -moz-transition: all 0.3s ease-in;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-in;
  /* Opera 10.5-12.00 */
  transition: all 0.3s ease-in;
  /* Firefox 16+, Opera 12.50+ */
}
.geo-multiplace .geo-place-item .geo-over .geo-place-name {
  color: #333232;
  margin-left: 10px;
  line-height: 20px;
}
.geo-multiplace .geo-mark {
  margin-top: 10px;
  width: 100%;
  height: 29px;
  background: url("mark.png") no-repeat 10px center;
}
@media (max-width: 991px) {
  .geo-multiplace .geo-place-item {
    max-height: 100px;
  }
  .geo-multiplace p {
    min-height: 0 !important;
  }
  .geo-multiplace .geo-place-item {
    width: 100%;
    height: 50px;
  }
  .geo-multiplace .geo-over {
    background: none !important;
    position: static !important;
    margin-bottom: 10px;
    height: 30px !important;
  }
  .geo-multiplace .geo-mark {
    width: 30px;
    display: inline-block;
    margin: 0 10px;
    height: 25px;
  }
  .geo-multiplace .geo-place-name {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
  }
}
.geo-multiplace p {
  min-height: 225px;
}
.geo-multiplace-map {
  width: 100%;
  background-image: url("mapa.jpg");
  border: 4px solid #fff;
  -moz-border-radius: 2px;
  /*Firefox*/
  -webkit-border-radius: 2px;
  /*Safari, Chrome*/
  border-radius: 2px;
}
