.property .inner {height:100%!important;}
.property {height:200px!important;}
.property .inner .image {height:100%!important;}

@media only screen and (max-width : 768px) {
  .property {width:50%!important;}  
}

@media only screen and (max-width : 480px) {
  .property {width:100%!important;height:auto;}
}