.file-plus img {
    background: #fff;
    transition-duration: .2s;
    margin-bottom: .4em;
    border: 1px solid #ccc;
}

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

.file-plus .file-plus-title{
    font-size: 1.4rem;
}