.views-field.views-field-field-photo-gallery-photo .field-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    align-items: center;
    justify-items: center;
}

.views-field.views-field-field-photo-gallery-photo .field-content img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    display: block;
}