table {
  width: 80%;  
}
  
table td {
  width: 150px; height: 150px; overflow: hidden;
}

img {
  height: 100%; 
  width: 100%;
  object-fit: cover;
  object-position: 0% 0;
}