/*s*/
.pic>div:hover {
  transform: scale(1.1);
  transition: all 1s;}
