.img-responsive {
    max-width: 100%;
    height: auto;
    background-size: cover;
}
.ratio-4-3 {
    aspect-ratio: 4/3;
}
.immo-flex {
    display: flex
;
    flex-flow: row wrap;
    align-content: space-between;
}