.pswp-gallery {
    display: flex;
    overflow-x: auto;
    align-items: center;
    margin: 20px 0;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
}

.pswp-gallery__item:first-child {
    margin-left: auto;
}

.pswp-gallery__item:last-child {
    margin-right: auto;
}

.pswp-gallery__item {
    display: flex;
    flex-shrink: 0;
    height: fit-content;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.pswp-gallery__image {
    width: auto;
    object-fit: cover;
    border: 2px solid transparent;
}
