/* Hide the button specifically by its title attribute */
a[title="Download Album"] {
    display: none !important;
}