/* Add custom CSS styles below */ 
.auto-fit-grid {
    grid-template-columns: repeat(auto-fit,minmax(100px,1fr)) !important;
}