/* Only the homepage desktop cards gain a short description. */
body.home #content .auto-listings-items .summary .com-catalogo-resumen{display:none}
@media(min-width:1025px){
 body.home #content .auto-listings-items .summary .com-catalogo-resumen{
  display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;
  overflow:hidden;margin:18px 0 8px;max-width:62ch;
  font-size:16px;line-height:1.65;color:#596573;
 }
}
