.pro-img img{
	transition:transform 5s;
}
.pro-img img:hover{
 transform:rotate(-150deg);

}