.pswp__button--gallery {
    /* background: url(like.png) 0 0 no-repeat;
    background-size: 44px 44px; */
    /* background: inherit !important; */
    color: #fff;
    font-size: 17px;
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
}

.pswp-thumbnail-toolbar {
    text-align: right;
    padding: 10px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pswp-thumbnail-toolbar .buttons a {
    text-decoration: none;
    color: #fff;
}
.pswp-thumbnail-toolbar .buttons {
    font-size: 30px;
}

.pswp-thumbnail-view {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    z-index: 9999;
}

.pswp-thumbnail-list {
    padding-left: 0;
    overflow: auto;
    height: 91%;
    margin: 0;
}
.pswp-thumbnail-list .listBox {
    position: relative;
    display: block;
    float: left;
    height: auto;
}
.pswp-thumbnail-list .listBox::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.pswp-thumbnail-list .listBox .imageWrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 98%;
    height: 98%;
    margin: auto;
    background-size: cover;
    background-position: center;
}

.pswp__caption__center {
    text-align: center;
}