.hover-show .btn-show {
    opacity: 0;
    transition: opacity 0.1s;
}

.hover-show:hover .btn-show {
    opacity: 1;
}
