.cb-gallery a {
    display: block;
    transition: opacity .25s ease;
}
.cb-gallery a:hover {
    cursor: zoom-in;
    opacity: .8;
}