.border img {
  transition: .5s ease;
  }
  
  .border img:hover{
  box-shadow: 0 0 0 1px #6b6b6b;
  transition: .5s ease;
  }