.card .cont-bk-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.card .cont-img {
    /* height: 200px; */
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}

.card .cont-img:hover {
    transform: scale(1.2);
}
.preloaderInmubles{
    height: 170px;
    text-align: center;
    width: 100%;
    padding-top: 30px;
    display: none;
}

