.jonica-grid-text {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Change this number to 3 if you want three lines of text instead of two */
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zero-spacing {
    margin: 0px;
    padding: 0px;
}