.property-card .image-wrapper {
    aspect-ratio: 4 / 3;
    height: auto;
    width: 100%;
    object-fit: cover;
}

.property-card .image-wrapper img {
    width: 100%;
    aspect-ratio: 4/3;
}