.property {height:175px!important;width:33%!important;}
.property .inner .image {max-width: 100%; height: 100%!important; overflow: hidden;}
.property .inner .data {padding: 5px; overflow: hidden; color: rgb(102,102,102)!important; position: absolute; bottom: 0px; width: 100%; background-color: rgba(0,0,0,0.4); color: #fff;}
  
@media only screen and (max-width : 768px) {
  .property {width:50%!important;height:auto!important;}
}

@media only screen and (max-width : 480px) {
  .property {width:100%!important;}
}