.hide-nav-buttons {
    opacity: 0;
}

.m001-gallery--hero:hover .hide-nav-buttons {
    opacity: 1;
    transition: opacity .25s ease-in-out;
}

.show-nav-button-checkbox {
    display: block;
}