/* Zakomentowałem poniższe style */

/*.photo-gallery-container {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-evenly;*/
/*    align-content: stretch;*/
/*    width: 100%;*/
/*}*/

/*.photo-gallery-container a {*/
/*    margin: 5px;*/
/*}*/

/*.photo-gallery-container a img {*/
/*    height: 150px;*/
/*    min-width: 110px;*/
/*    max-width: 300px;*/

/*    display: block;*/
/*    margin: auto;*/

/*    position: relative;*/

/*    object-fit: cover;*/
/*}*/


/* Dodałem style dla Photoswipe */
.pswp__bg {
    background: rgb(51, 51, 51);
    background: linear-gradient(90deg, rgba(51, 51, 51, 1) 0%, rgba(107, 107, 107, 1) 50%, rgba(51, 51, 51, 1) 100%);
}

.pswp__img {
    border-radius: 6px;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.40);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.pswp__top-bar, .pswp__counter {
    height: 34px;
    line-height: 34px;
}

.pswp__button {
    width: 34px;
    height: 34px;
}

.pswp__button--zoom {
    background-position-y: -5px;
}

.pswp__button--fs {
    background-position-y: -5px;
}

.pswp__button--share {
    background-position-y: -49px;
}

.pswp__button--close {
    background-position-y: -49px;
}

.photo-gallery-container a img {
    width: 100%;
    margin: 0 auto;
}