.ngg-album-compact h4 {
    line-height: 20px;
    height: 20px;
}

.ngg-album-compactbox .Thumb {
    width: 200px;
}

div.ngg-album-compact {
    padding: 0 15px 20px 0 !important;
}

.ngg-album-compact h4 .ngg-album-desc {
    max-width: 100% !important;
}

.ngg-album-compact p {
    text-align: center;
}

div.ngg-albumoverview {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

.ngg-album-compact h4 .ngg-album-desc {
    text-align: center;
    height: auto;
}

div.ngg-galleryoverview {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

.ngg-gallery-thumbnail-box {
    float: none;
    margin: 10px;
}

a.ngg-album-desc:hover {
    text-decoration: none;
}

.ngg-album-compact a {
    display: inline-block;
    opacity: 1;
    transition: 300ms all linear;
}

.ngg-album-compact a:hover {
    opacity: 0.75;
}

a.ngg-fancybox:hover {
    opacity: 0.75;
}