.preview-provided-information-container{
  position: relative;
  width: 90%;
  height: 80%;
  padding: 15px 0;

  background-color: rgba(0, 0, 0, .12);
  box-shadow: 0px 0px 2px black;

  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.preview_provided_information_box{
  position: relative;
  height: 80%;
  margin: 15px 0;
  width: 90%;
  background-color: rgba(0, 0, 0, .3);
}
.map{
  position: absolute;
  height: 90%;
  width: 90%;
  background-color: gold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
