.filepond--item {
    width: calc(25% - 0.5em) !important;
}

@media (min-width: 50em) {
    .filepond--item {
        width: calc(33.33% - 0.5em);
    }
}
