.file-plus img {
    transition-duration: .2s;
    background: #fff;
}

.file-plus img:hover {
    opacity: 0.8;
}

