.masonry-taxonomy-row a {
  display: inline-block;   /* or block */
  max-width: 35ch;         /* 1ch ≈ width of "0" in the font */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  #logo { 
    max-height: 70px !important; height: 150% !important; 
  }
}
