.c-linkbox {
    cursor: pointer;
    transition: opacity .25s;

    &:hover {
        opacity: .75;
    }
}
