.residences-child-image picture img {
  width: 100%;
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .residences-child-image picture img {
    height: 421px;
  }
}

.residences-gallery-view {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 576px) {
  .residences-gallery-view {
    padding: 60px 0 0 0;
  }
}
.residences-gallery-view picture img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
.residences-gallery-view .image-sub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (max-width: 576px) {
  .residences-gallery-view .image-sub-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.residences-gallery-view .image-grid {
  display: grid;
  grid-template-columns: 452px 1fr;
  gap: 8px;
  padding: 0 0 8px 0;
}
@media screen and (max-width: 576px) {
  .residences-gallery-view .image-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .residences-gallery-view .image-grid img {
    height: 100%;
  }
}/*# sourceMappingURL=Residences.css.map */