.display-home .header .header-info.has-facade-image {
  position: absolute;
  padding: 58px 15px 10px;
  margin: 0;
  bottom: 0;
  color: #fff;
  background: linear-gradient(180deg, rgba(100, 111, 121, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  border: 0;
  pointer-events: none;
}
.display-home .header .header-info.has-facade-image .header-info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.display-home .header .header-info.has-facade-image .icon-3d {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.display-home .header .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  text-transform: uppercase;
  padding: 6px 12px 6px;
  min-height: 20px;
}
.display-home .header .facade-image-wrapper {
  display: block;
}
.display-home .header .facade-image {
  height: 200px;
  min-height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.display-home .header .header-info-title {
  font-weight: normal;
  font-size: 14px;
}
.display-home .header .builder-brand {
  height: 35px;
  padding: 5px 0;
}
.display-home .project-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 10px;
}
@media (min-width: 992px) {
  .display-home .project-brand {
    height: 60px;
    padding: 12px;
  }
}
.display-home .project-brand > div {
  height: 100%;
  display: flex;
  place-content: center;
}
.display-home .project-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.display-homes-container.trim {
  overflow: hidden;
  max-height: 1400px;
}
@media (min-width: 768px) {
  .display-homes-container.trim {
    max-height: 900px;
  }
}
.display-homes-container.trim:after {
  content: "";
  width: calc(100% - 30px);
  height: 30%;
  display: block;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #FFFFFF 100%);
  pointer-events: none;
}
.display-homes-container.trim .row > div:nth-child(n+7) {
  display: none;
}
@media (max-width: 991.98px) {
  .display-homes-container.trim .row > div:nth-child(n+4) {
    display: none;
  }
}
.display-homes-container.trim .view-all-wrapper {
  display: flex;
}
@media (min-width: 768px) {
  .display-homes-container.trim:not(.l-trim) {
    max-height: none;
  }
  .display-homes-container.trim:not(.l-trim) .view-all-wrapper {
    display: none;
  }
  .display-homes-container.trim:not(.l-trim):after {
    display: none;
  }
}
.display-homes-container .view-all-wrapper {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  z-index: 9;
}