.propImg{
 width:100%;
 position:absolute;
 top:0;
 left:0;
}
/* Large view */
@media screen and (min-width:1200px){
.propdiv {
  height:260px !important;
  margin-bottom:0;}
.info {
    background: linear-gradient(to top,rgba(0, 0, 0, 0.52),rgba(255, 255, 255, 0));
    position: absolute;
    z-index: 2;
    left: 0;
    text-align: right;
    padding: 0 15px 10px 0;
    text-shadow: 1px 1px 2px #000;
    color: white;
    font-size: 14px;
    right: 5px;
    bottom: 16px;
    line-height: 1.2em;
}
.propImg{
 border:0;
/* height:184px;
 clip:rect(0px,285px,184px,0px);*/
 clip: rect(0px,380px,244px,0px);
 padding-right:5px;
}
}
/* Medium View */
@media screen and (max-width:1199px) and (min-width:992px){
.propdiv {height:220px;
  margin-bottom:0;}
.info {
    background: linear-gradient(to top,rgba(0, 0, 0, 0.52),rgba(255, 255, 255, 0));
    position: absolute;
    z-index: 2;
    left: 0;
    text-align: right;
    padding: 0 15px 10px 0;
    text-shadow: 1px 1px 2px #000;
    color: white;
    font-size: 14px;
    right: 5px;
    bottom: 16px;
    line-height: 1.2em;
}
.propImg{
 border:0;
 clip: rect(0px,308px,204px,0px);
 padding-right:5px;
}
}
/* Small View */
@media screen and (max-width:991px) and (min-width:768px){
.propdiv {height:240px;
  margin-bottom:0;}
.info {
    background: linear-gradient(to top,rgba(0, 0, 0, 0.52),rgba(255, 255, 255, 0));
    position: absolute;
    z-index: 2;
    left: 0;
    text-align: right;
    padding: 0 15px 10px 0;
    text-shadow: 1px 1px 2px #000;
    color: white;
    font-size: 14px;
    right: 5px;
    bottom: 16px;
    line-height: 1.2em;
}
.propImg{
 border:0;
 clip: rect(0px,370px,224px,0px);
 padding-right:5px;
}
}
/* Extra small - Mobile view */
@media screen and (max-width:767px){
.propdiv {height:246px;
 margin-bottom: 12px !important;
 padding: 0 !important;}
.info {
    background: linear-gradient(to top,rgba(0, 0, 0, 0.52),rgba(255, 255, 255, 0));
    position: absolute;
    z-index: 2;
    left: 0;
    text-align: right;
    padding: 0 15px 10px 0;
    text-shadow: 1px 1px 2px #000;
    color: white;
    font-size: 14px;
    right: 0;
    bottom: 0;
    line-height: 1.2em;
}
.propImg{
 border:0;
 clip: rect(0px,768px,384px,0px);
 left: 0;
 width:100%;
}
}