@media screen and (min-width: 769px) {
	#map {
		width: 100%;
		height: 600px;
	}
}

@media screen and (max-width: 768px) {
	#map {
		width: 100%;
		height: 500px;
	}
}

      bigger{
        font-size: 1.3em;
      }
pright {
  color: #d2b48c;
 display: flex;
 justify-content: flex-end;
}



.forMarker {
    padding-left: 0px;
    line-height: 30px;
     font-size: 1em;
}
.forMarker:before {
  content: "";
  display: inline-block;
  margin-left: 0.0em;
  width: 1em;
  height: 1em;
  background: url("/assets/images/p-facts/collect/marker_open.png") center no-repeat;
  background-size: contain;
}
.forMarkerF {
    padding-left: 0px;
    line-height: 30px;
     font-size: 1em;
}
.forMarkerF:before {
  content: "";
  display: inline-block;
  margin-left: 0.0em;
  width: 1em;
  height: 1em;
  background: url("/assets/images/p-facts/collect/marker_close.png") center no-repeat;
  background-size: contain;
}


