.photo-map .foto {
  width: 50%;
}
.photo-map .foto .image {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.photo-map .foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.photo-map .google-maps {
  width: 50%;
}
.photo-map .google-maps iframe {
  width: 100%;
  height: 100%;
  min-height: 200px;
}

@media (max-width: 575.5px) {
  .photo-map .wrapper {
    flex-direction: column;
  }
  .photo-map .wrapper .foto {
    width: 100%;
  }
  .photo-map .wrapper .google-maps {
    width: 100%;
  }
  .photo-map .wrapper .google-maps iframe {
    height: 50vw;
  }
}
@media (min-width: 576px) and (max-width: 767.5px) {
  .photo-map .wrapper {
    flex-direction: column;
  }
  .photo-map .wrapper .foto {
    width: 100%;
  }
  .photo-map .wrapper .google-maps {
    width: 100%;
  }
  .photo-map .wrapper .google-maps iframe {
    height: 50vw;
  }
}
@media (min-width: 768px) and (max-width: 991.5px) {
  .photo-map .wrapper {
    flex-direction: column;
  }
  .photo-map .wrapper .foto {
    width: 100%;
  }
  .photo-map .wrapper .google-maps {
    width: 100%;
  }
  .photo-map .wrapper .google-maps iframe {
    height: 50vw;
  }
}

/*# sourceMappingURL=photo_map.css.map */
