.ns-photo-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ns-photo-item {
    width: calc(33.333% - 10px);
    text-align: center;
}
.ns-photo-item img {
    width: 100%;
    height: auto;
}
