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

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

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

.album5 .item-album {
    padding: 1px !important;
    margin-bottom: 20px
}

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

.album5 .album-foto:hover .overlayAlbum {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

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

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