.santas-gifts-img {
	transform: scale(0.5, 0.5);
}
.santas-gifts-img:hover {
	transform: scale(1.5, 1.5);
  transition: transform 0.5s ease;
}