#album .sessao_foto {
    margin-bottom: 1px;
}

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

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

.album4 {
    padding: 0 1px 1px !important
}

.album4 .item-album {
    padding: 1px !important;
}

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

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