body {
    margin: 0;
    padding: 0;
    background: #eee;
    font-size: initial !important;
}

.pswp-gallery__item {
    padding: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pswp-gallery__item a {
    width: 100%;
    min-height: 226px;
    max-height: max-content;
    background-color: rgb(51, 82, 73, 0.5);
    display: inline-table;
}

.pswp-gallery__item img {
    display: block;
}

.pswp-gallery {
    background: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.pswp__dynamic-caption {
    color: #fff;
    width: 100%;
}

.pswp__dynamic-caption a {
    color: #fff;
    text-decoration: underline;
}

/* --- Otros estilos */
#gallery--getting-started img {
    width: 100%;
}

.pswp__zoom-wrap {
    width: 350px;
    height: 300px;
}

img.pswp__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

img {
    min-width: initial !important;
}

.pswp__dynamic-caption {
    font-size: 25px;
    text-align: center;
    font-style: italic;
}

.pswp__dynamic-caption {
    top: 0 !important;
    margin-top: 0px !important;
}

.pswp--ui-visible>.pswp__dynamic-caption {
    display: none !important;
}

.galeria-imagenes-facebook .pswp-gallery__item {
    padding: 16px;
}