.custom_downloads #download_checkbox {
    margin: 0 .5rem 0 0;
}

.custom_downloads .button-group {
    cursor: not-allowed;
}
.custom_downloads .button {
    opacity: 0.5; 
    pointer-events: none;
}

.custom_downloads.enable_downloads .button-group {
    cursor: auto;
}
.custom_downloads.enable_downloads .button {
    opacity: 1; 
    pointer-events: all;
}


.gallery_item {
    position: relative
}
.gallery_item i {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    color:#ffd451;
    z-index: 20;
    font-size: 2rem;
}