.hover-expand-anker:hover .hover-expand-content-container {
    transform: translateY(-12px);
}

.hover-expand-anker:hover .hover-expand-content {
    max-height: 75px;
    transform: translateY(5px);
    word-break: break-all;
    -webkit-line-clamp: 3;
}

/* The container div for the actual text content */
.hover-expand-content-container {
    height: 65px;
}

/* marker for the text content which height increases from two to three on anker hover */
.hover-expand-content {
    max-height: 45px;
    line-height: 19px;
}