.photo-gallery-box .photo-box {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.pswp__scroll-wrap {
    background-color: #fff;
    max-width: 800px;
    left: 50%;
    transform: translateX(-50%);
}

.pswp__dynamic-caption {
    color: #000;
}

.pswp__counter {
    color: #000;
    text-shadow: none;
}

.pswp__icn {
    fill: #000;
    color: #fff;
}

.pswp__button--arrow .pswp__icn {
    fill: #fff;
    color: #000;
}

.photo-gallery-group {
    margin-bottom: 1rem;
}

    .photo-gallery-group .row {
        align-items: flex-end;
    }

    .photo-gallery-group .album-box {
        display: flex;
        flex-direction: column;
        margin-bottom: 1rem;
    }

.photo-gallery-group-view {
    margin-top: .5rem;
}

    .photo-gallery-group-view i.fa-camera {
        color: #126BA7;
    }


.album-box-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: .5rem;
}

.album-box-wrap {
    margin-top: auto;
}

.photo-gallery-group-title {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 22px;
}

.pswp__dynamic-caption--below {
    max-width: none;
    padding-bottom: 15px;
}

.pswp__dynamic-title {
    color: #000;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition: opacity 120ms linear !important; /* override default */
}

.pswp-title-content {
    display: none;
}

.pswp__dynamic-title a {
    color: #fff;
}

.pswp__dynamic-title--faded {
    opacity: 0 !important;
}

.pswp__dynamic-title--top {
    width: auto;
    padding: 0 0 15px;
}

.pswp__dynamic-title {
    padding-left: 15px;
    padding-right: 15px;
}

.album-box-image {
    cursor: pointer;
}
