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

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

.album1 .album-titulo h3,
.album1 .item-album span,
.album1 .item-album time {
    color: #fff;
}

.album1 {
    padding: 0 15px 20px!important
}

@media only screen and (max-width:768px) {
    .album1 .album-titulo {
        text-overflow: ellipsis;
        white-space: normal;
        overflow: visible;
        direction: ltr
    }
    .album1 {
        /*padding-bottom: 0!important;*/
        padding: 0!important;
    }
}

.BordaLayout .album1 {
    margin: 0 0px;
}

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