.j-gallery {
  /*max-width: var(--gallery-max-width, var(--jg-max, 960px)); */
	width: 100%;
  max-width: none;

	margin-inline: auto;
  font-size: 0;
  line-height: 0;
}
.j-item {
  display: inline-block;
  vertical-align: top;
}
.j-item img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover; /* ensures uniform tiles on mobile */
}

