/*OSCURAMENTO IMMAGINI*/
.brighten{
    filter: brightness(100%) !important;
}
.brighten :hover{
    filter: brightness(90%) !important;
    -webkit-transition: all 1s ease !important;
    -moz-transition: all 1s ease !important;
    -o-transition: all 1s ease !important;
    -ms-transition: all 1s ease !important;
    transition: all 1s ease !important;
} 
.title-album {
    font-size: 50px;
}