img {
  width: 150px;
  margin: 25px;
}

img:hover {
  width: 200px;
  margin: 0px;
}