.post-gallery { display: flex; margin-bottom: 60px; min-height: 200px; .post-gallery-image { flex: 1; &:not(:first-child) { clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%); margin-left: -20px; } &:not(:last-child) { margin-right: -20px; } img { height: 100%; object-fit: cover; width: 100%; } } }