.btn.disabled {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}


.gallery-item-hidden {
    display: none;
}