.album2 .album-titulo {
    transition: all 0.2s ease;
}

.album2 {
    padding: 0 30px 90px!important
}

.album2 .album-foto:hover .overlayAlbum {
    background: rgba(0, 0, 0, 0);
}

@media only screen and (max-width:768px) {
    .album2 {
        /*padding-bottom: 0!important;*/
        padding: 0!important;
    }
}

.BordaLayout .album2 {
    margin: 0 15px;
}

@media only screen and (max-width:750px) {
    .album2 {
        position: relative!important;
    }
}