/*Floorplan Module - to be removed, should come from bq-floorplan-module.css module*/
.magnify-icon:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/images/magnify-icon.svg") center center no-repeat white;
  background-size: 80%;
  border-radius: 60px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.floorplan-height-fix {
  height: calc(100vh - 50px);
}
.floorplan-height-fix img {
  max-width: 100%;
  max-height: 100%;
}
/* fancy box - set floorplan white background */
.fancybox-image,
.f-thumbs__slide__img {
  background-color: white !important;
}
