﻿.opacity_img{
 opacity: 1;
 transition: opacity 0.5s;
}
.opacity_img:hover{
 cursor:pointer;
 opacity: 0.8;
 transition: opacity 0.5s;
}