.single-blog img {
  transition: transform 200ms;
  transform: scale(1);
}

.single-blog:hover img {
  transform: scale(1.2); /* 120%  */
}
