.img-preview{
    transition: all 0.3s ease-in-out 0s;
  }
  
.img-preview:hover {
  opacity: 0.8;
}