@charset "UTF-8";
.dmi-masonry {
  position: relative;
  margin: 0 -8px;
}

.dmi-masonry__item {
  width: 100%;
  padding: 0 8px;
  margin-bottom: 16px;
}

.dmi-masonry__ratio {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #f0f0f0;
}

.dmi-masonry__ratio > a {
  position: absolute;
  inset: 0;
  display: block;
}

.dmi-masonry__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 576px) {
  .dmi-masonry__item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .dmi-masonry__item {
    width: 33.3333%;
  }
}

.pswp__floorplan-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 20px;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  background: rgba(34, 37, 40, 0.75);
  pointer-events: none;
}

.pswp__floorplan-caption:empty {
  display: none;
}

.pswp {
  --pswp-root-z-index: 1000000000;
}
