.photo-album-widget .gallery-wrapper {
    position: relative;
}

.photo-album-widget .gallery-wrapper:hover {
    background-color: #000;
    opacity: 0.8;
}

.photo-album-widget .gallery-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    background-color: #000;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    opacity: 0.8;
    max-width: 768px;
    left: 0;
    right: 0;
    margin: auto;
}