.nw-prop {
  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.9s box-shadow,.9s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  cursor: pointer;
}

.nw-prop:hover {
  transform: scale(1.05);
  z-index: 10;
}

