container {
    display: flex;
  
    flex-wrap: wrap;
}

div {
    flex: 1 0 calc(100% / 16); 
    aspect-ratio: 1 / 1 ;
}
