@media (max-width:767px){

/* ===============================
   Featured Properties Only
================================ */

.homehouse.padtop30 > .projecthome > .row > div{
    flex:0 0 50% !important;
    max-width:50% !important;
    width:50% !important;
    padding:5px !important;
}

/* Card */
.homehouse.padtop30 .item{
    margin-bottom:0 !important;
}

/* Image Area */
.homehouse.padtop30 .blii{
    position:relative !important;
    overflow:hidden !important;
}

.homehouse.padtop30 .blii .img{
    height:135px !important;
    overflow:hidden !important;
}

.homehouse.padtop30 .blii .img img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    display:block;
}

/* Selling Badge */
.homehouse.padtop30 .status{
    top:6px !important;
    right:6px !important;
}

.homehouse.padtop30 .status-label{
    font-size:9px !important;
    padding:2px 6px !important;
    line-height:13px !important;
}

/* ===== FIX Property Type + Price ===== */

.homehouse.padtop30 .item-price-wrap{
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;

    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    margin:0 !important;
    padding:0 !important;
    z-index:9 !important;
}

.homehouse.padtop30 .item-price-wrap li{
    margin:0 !important;
    padding:5px 8px !important;
    list-style:none !important;
}

.homehouse.padtop30 .item-price-wrap .h-type{
    flex:1 !important;
    min-width:0 !important;
}

.homehouse.padtop30 .item-price-wrap .h-type span{
    display:block !important;
    font-size:10px !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}

.homehouse.padtop30 .item-price-wrap .item-price{
    flex:0 0 auto !important;
    font-size:10px !important;
    white-space:nowrap !important;
}

/* Description */
.homehouse.padtop30 .description{
    padding:6px 8px !important;
    min-height:auto !important;
}

/* Wishlist */
.homehouse.padtop30 .description .heart{
    top:5px !important;
    right:8px !important;
    font-size:18px !important;
}

/* Title */
.homehouse.padtop30 .description h5{
    font-size:13px !important;
    font-weight:600 !important;
    line-height:18px !important;
    margin:0 30px 4px 0 !important;

    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}

/* Location */
.homehouse.padtop30 .dia_chi{
    font-size:12px !important;
    margin:0 !important;
    line-height:16px !important;

    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}

}