.boldr-gallery {
    background: var(--boldr-content-background);
    color: var(--boldr-text-color);
}

.boldr-gallery-item {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}

.boldr-gallery-item img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}

.boldr-gallery-heading {
    max-width: var(--boldr-columns-12);
    margin: 0 auto;
}

.boldr-gallery-item-more {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    background: rgba(0,0,0,0.7);
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
}

.boldr-gallery-item-more::before {
    content: '+';
    margin-right: 5px;
    display: inline-block;
}

.boldr-gallery-item-hidden {
    display: none;
}
