.posts{margin-top:var(--spacing-xl)}@media screen and (min-width:1024px){.posts{margin-top:var(--spacing-xxl)}}.posts-content{flex-grow:1}.post-list-item-figure{aspect-ratio:16/9;background:var(--primary);grid-column:span 10;overflow:hidden}@media screen and (min-width:768px){.post-list-item-figure{grid-column:span 3}}.post-list-item-figure>img{height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.post-list-item-figure:hover>img{transform:scale(1.1)}.post-list-item-content{grid-column:span 10}@media screen and (min-width:768px){.post-list-item-content{grid-column:span 7}}.post-list-item-content .body1{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}