.gallery-photos {
    min-height: 200px;
}

.tiles-wrap a {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.tiles-wrap .picture-container {
    display: flex !important;
    flex-grow: 1;
}

.tiles-wrap a picture {
    width: 100%;
}

.tiles-wrap a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tiles-wrap a p {
    font-size: 1rem;
    padding: 5px 2px;
}