img{
    width: 300px;
    height: 350px;
}

img:hover{
    opacity: 0.8;
}