.ngg-albumoverview.default-view .ngg-album-compact
{
    width: 22%;
    text-align: left;
    margin: 0 10px 10px 0 !important;
    padding: .2em .2em .5em !important;
    border: 1px solid rgba(150,150,150,.3);
    box-shadow: 0 0 4px 2px rgba(150,150,150,.1);
    float: none;
    display: inline-block;
}
.ngg-album-compact h4
{
    color: #bf0027;
    font-size: 2em;
    text-shadow: none;
    margin: .1em 0 0 .2em;
}
.ngg-album-compactbox .Thumb
{
    width: 100%
}
@media only screen and (max-width: 1200px)
{
    .ngg-albumoverview.default-view .ngg-album-compact
    {
        width: 29.4%
    }
}
@media only screen and (max-width: 920px)
{
    .ngg-albumoverview.default-view .ngg-album-compact
    {
        width: 46%;
    }
}
@media only screen and (max-width: 870px)
{
    .ngg-albumoverview.default-view .ngg-album-compact
    {
        width: 98%;
    }
}
.ngg-galleryoverview
{
  margin-top: 1em;
}
.ngg-breadcrumbs
{
  padding: .5em 0 .5em 0;
  text-transform: none;
  margin: 1em 0 0 !important;
}
.entry-content ul li.ngg-breadcrumb
{
    background: none;
}
.ngg-gallery-thumbnail-box
{
    max-width: 23.6% !important;
}