@media screen and (min-width: 1600px) {
    .actors {
        grid-template-columns: repeat(8,minmax(150px,250px));
    }
}