.post-modern .post-body {
    -webkit-line-clamp: initial !important;
    line-clamp: initial !important;
    max-height: initial !important;
    height: 141px;
}

.post-title {
    height: 100px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

html .page .offset-top-20 {margin-top: 5px;}