/* 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 {
    object-fit: cover;
    height: 12rem;
    width: 100%;
    border-radius: 6px;
}