
.thumb {
  cursor: pointer;
  transition: transform 1s;
}
.thumb:hover {
  transform: scale(1.05);
}