.product-block__thumb {
  height: 200px; 
  display: flex;
  justify-content: center; 
  align-items: center;     
  overflow: hidden;        
}

.product-block__thumb img {
  max-height: 100%;  
  width: auto;      
  display: block;    
}