.item-button {

    opacity: 0.8;
}

.item-button:hover {

    opacity: 1;
}