.eye-block.map-wrapper {
  position: relative;
  height: 750px;
}
.eye-block.map-wrapper #map {
  height: 100%;
}
.eye-block.map-wrapper .map-content-wrapper {
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 750px;
}
.eye-block.map-wrapper .map-content-wrapper .map-content {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 200px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 200px) 100%, 0% 100%);
  -webkit-filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.3));
  background-size: cover;
}
.eye-block.map-wrapper .map-content-wrapper .map-content .map-content-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3.5rem;
  color: #FFFFFF;
  line-height: 1.5rem;
}
.eye-block.map-wrapper .map-content-wrapper .map-content .map-content-container .map-content-overlay {
  position: absolute;
  inset: 0;
  background-color: var(--lybrae-color-primary);
  opacity: 0.9;
  z-index: -1;
}
.eye-block.map-wrapper .map-content-wrapper .map-content .map-content-container #close-vestiginginfo {
  position: absolute;
  top: 3.5rem;
  right: 3.5rem;
  font-size: 1.5rem;
}
.eye-block.map-wrapper .map-content-wrapper .map-content .map-content-container .map-content-container-buttons {
  position: absolute;
  bottom: 5.5rem;
  left: 3.5rem;
}
.eye-block.map-wrapper .map-content-wrapper .map-content .map-content-container a:not(.btn) {
  color: #FFFFFF;
  text-decoration: underline;
}
.eye-block.map-wrapper .map-content-wrapper .map-content .map-content-container p {
  max-width: 80%;
}
.eye-block.map-wrapper .map-content-wrapper .map-content .map-content-container .map-content__adres {
  white-space: pre-wrap;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .map-wrapper .map-content-wrapper {
    width: 100%;
  }
  .map-wrapper .map-content-wrapper .map-content {
    -webkit-clip-path: none;
    clip-path: none;
  }
  .map-wrapper .map-content-wrapper .map-content .map-content-container {
    padding: 5rem 1.5rem 1.5rem 1.5rem;
  }
  .map-wrapper .map-content-wrapper .map-content .map-content-container #close-vestiginginfo {
    top: 1.5rem;
    right: 1.5rem;
  }
  .map-wrapper .map-content-wrapper .map-content .map-content-container .map-content-container-buttons {
    left: 1.5rem;
    bottom: 1.5rem;
  }
}

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