.shortened-text.show {
    -webkit-line-clamp: 300;
    margin-bottom: 0;
}
.shortened-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}
