@media screen and (min-width: 1199px) {
    .view-block-persons .view-content {
        grid-template-rows: repeat(auto-fill, minmax(10%, 1fr)) !important;
    }
}