body {
 width: 100%; 
}

table {
 display: inline-block; 
}

img {
  transition: transform .1s;
}

img:hover {
 transform: scale(1.05); 
}