ul.lb-box-grid li.item .photo {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
    padding: 0;
}
ul.lb-box-grid li.item .photo img {
    width: 100%;
    height: 100%;
    border: 0px;
}
/* craigslist fallback */
ul.lb-box-grid > li div.picture.no-picture img {
    background-size: cover;
}
/* craigslist fallback end */
ul.lb-box-grid li.item ul {
    padding: 0!important;
    margin: 0!important;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
    width: auto!important;
}
ul.lb-box-grid li.item ul > li.title {
    margin: -2px 0 5px 0;
    text-overflow: ellipsis;
    padding: 0px;

    position: static;
    background: transparent;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
ul.lb-box-grid li.item ul > li.title > a {
    white-space: normal;
}
ul.lb-box-grid li.item span.price-tag {
    font-weight: normal;
}

/* rlt option */
body[dir=rtl]  ul.lb-box-grid li.item .photo {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

/*** ALL DESKTOPS VIEW ***/
@media screen and (min-width: 992px) {
    .side_block ul.lb-box-grid li.col-md-12:not(:last-child) {
        margin-bottom: 10px;
    }
}
/*** MIDDLE DESKTOP VIEW ***/
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .two-middle ul.lb-box-grid li.col-md-12:not(:last-child) {
        margin-bottom: 10px;
    }
}
/*** LARGE DESKTOP VIEW ***/
@media screen and (min-width: 1200px) {
    .two-middle ul.lb-box-grid li.col-md-12:not(.col-lg-6):not(:last-child) {
        margin-bottom: 10px;
    }
}
/*** MOBILE VIEW ***/
@media screen and (max-width: 767px) {
    ul.lb-box-grid li.item {
        max-width: none;
    }
    ul.lb-box-grid li.item:not(:last-child) {
        margin-bottom: 10px;
    }
}