.poster-wrapper {
    width: 100%;
    columns: 3 150px;
    column-gap: var(--space-sm);
    margin-top: var(--space-md);
}
.poster-wrapper img {
    width: 100%;
    display: block;
    margin-bottom: var(--space-sm);
    border-radius: 8px;
}