
.row .listingImg {
    margin-bottom: 15px;
    margin-top: 15px;
}
.row .listingImg img{
    width: 100%;
    height: 466px;
    display: table;
    margin: 0 auto;
    float: none;
    border: solid 5px #fff;
    box-shadow: 0 0 10px #ccc;
    margin-top: 0;
    filter: contrast(100%);
}