/* galleria */
.p-galleria.p-galleria-fullscreen {
    height: 100%;
}

.p-galleria .p-galleria-close {
    z-index: 1;
}

.p-galleria .p-galleria-content {
    height: 100%;
}

.p-galleria .p-galleria-item-wrapper {
    height: 100%;
}

.p-galleria.p-galleria-thumbnails-bottom .p-galleria-item-wrapper {
    height: 86%;
}

/* .p-galleria .p-galleria-item img {
    max-height: 100%;
    max-width: 100%;
} */

.photo-gallery__image {
    border-radius: 6px;
    display: block;
}

/* @media (min-width: 768px) {
    .photo-gallery__image {
        -o-object-fit: cover;
        object-fit: contain;
        border-radius: 6px;
    }
} */