.pls-matrix .row-dlr-result {
  margin: 10px 2px 0 0;
  line-height: 1.5em;
}

@media only screen and (min-width: 601px) {
  #pls-inventory .dlr-listings .row-dlr-result a {
    display: flex;
    flex-direction: column;
    height: 252px;
    margin: 0 10px;
    justify-content: center;
    align-items: center;
    border: 1px solid #666;
  }

  #pls-inventory .dlr-listings .row-dlr-result .row-title {
    margin: 1em 15px 0 15px;
    height: 3em;
  }

  #pls-inventory .dlr-listings .row-dlr-result img {
    max-height: 250px;
    border: none;
  }
}

@media only screen and (min-width: 981px) {
.row-dlr-result:nth-child(3n+1) {
  clear:left
}

@media only screen and (min-width: 601px) and (max-width: 980px) {
  .row-dlr-result:nth-child(2n+1) {
    clear:left
  }
}
