.album3 {
    padding: 0 30px 50px!important
}

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

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

.album3 .item-album {
    padding: 0!important;
    margin-bottom: 20px
}

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

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

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