.pswp-gallery {
display: flex;
flex-wrap: nowrap;
gap: 2rem;
margin: 2rem 0 4rem;
justify-content: center;
}
.pswp-gallery.wrap {
flex-wrap: wrap;
}
.pswp-gallery>* {
flex: 0 1 18.5%;
aspect-ratio: 3/2;
overflow: hidden;
}
.pswp-gallery.large>* {
flex: 0 1 32%;
}
.pswp-gallery img {
max-width: 100%;
}
.pswp__custom-caption {
/* width: calc(100% - 32px); */
width: 100%;
/* max-width: 400px; */
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
font-size: 2rem;
text-align: center;
color: #fff;
background: rgba(0, 0, 0, 0.75);
/* border-radius: 4px; */
padding: 2px 8px;
}
.pswp__custom-caption a {
color: #fff;
text-decoration: underline;
}
.hidden-caption-content {
display: none;
}
