.thumbnails {
    padding: 0;
    margin: 0
}
.thumbnails li{
    min-height: 100px;
    margin: 1.5%;
    list-style: none;
    border: 3px solid #333;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
ul.thumbnails li,.col-sm-12 ul.thumbnails li {
    width: 30%;
}
.col-md-6 ul.thumbnails li {
    width: 46.5%;
}
.col-md-6 ul.thumbnails li img{
    height:250px;
}
.thumbnails a {
    top: 0;
    display: block;
    width: 100%
}
.thumbnails h3 {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    font-style: italic;;
    margin: 0
}
.thumbnails a div {
    right: 0;
    position: absolute;
    z-index: 10;
    padding: 5px 10px;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    color: #fff
}
.thumbnails a div:first-child {
    top: 0;
    text-align: center
}
.thumbnails a div:last-child {
    bottom: 0;
    text-align: right;
    display: block;
    line-height:1.5em;
    font-size: 14px;
}
.thumbnails a img {
    width: 100%;
    line-height:300px;
    text-align: center;
    color: #ff4800;
    font-weight: 600;
}
h3 {
    margin-top: 0
}
.propiedadesSlide{
    position: relative;
    border: 3px solid #333;
    height: 275px;
}
@media(max-width:993px) {
    ul.thumbnails li,.col-md-6 ul.thumbnails li, .col-sm-12 ul.thumbnails li {
        width: 45%;
        margin: 2%;
        list-style: none;
        position: relative;
        display: inline-block
    }
}
@media(max-width:670px) {
    ul.thumbnails li,.col-md-6 ul.thumbnails li, .col-sm-12 ul.thumbnails li {
        width: 90%;
        margin: 5%;
        list-style: none;
        position: relative;
        display: inline-block
    }
}
