.big {
  transition-duration: .4s;
}
.big:hover {
  transform: scale(1.05);
}