@media (min-width: 992px) {
  .flat-details-container {
    padding-right: 5rem;
  }
}

.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  display: block;
}

.lightbox {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
