.img {
  opacity: 1;
  transition: 0.5s ease-in-out;
  }

  .img:hover{
    opacity: 0.3;
  }


  