/* MAPS MAPS */
/* PB display flex */
/* .sizemap {
  padding-bottom: 10%;
} */

#photomap {
  position: relative;
  width: 100%;
  height: 90vh;
  border-radius: 1rem;
  transition: all .3s;
}

#photomap:hover{
  box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, .25);
}

 @media screen and (max-width: 1200px) {
  #photomap {
    border-radius: .5rem;

  }
}

/*
@media screen and (max-width: 600px) {
  #photomap {
    position: relative;
    width: 100%;
    height: 90vh;
  }
} */

.leaflet-container {
  font-size: 1rem;
}

.leaflet-container a.leaflet-popup-close-button {
  color: var(--clr-black);
  font-family: "Helvetica";
  font-weight: 700;
  font-size: 1.5rem;
  right: 5;
}

.leaflet-popup-content-wrapper {
  background-color: var(--clr-white);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, .5);
}

.leaflet-popup-content {
  width: auto;
  height: auto;
}

.leaflet-popup-content img {
  border-radius: 0.5rem;
}

img {
  max-width: 100%;
  max-height: 100%;
  transition: .2s;
}

img:hover{
  box-shadow:  0px 4px 8px rgba(11, 11, 11, .25);
}

#map_title{
  color: var(--clr-black);
  font-family: "Helvetica";
  font-weight: 600;
}

#map_text {
  color: var(--clr-black);
  width: auto;
  font-family: "Helvetica";
  font-weight: 500;
  padding-bottom: .5rem;
}
