
.thumbnails-gallery {
	margin: 0 calc(0px - var(--thumbnails-gallery-margin));
	width: calc(100% + 2 * var(--thumbnails-gallery-margin)) !important;
	/* min-height: 520px; */
}

.thumbnails-gallery img {
	background-color: #d5d5d0;
	opacity: 0;
}

.thumbnails-gallery-caption {
	color: #666;
	font-size: .85em;
	margin-bottom: 20px;
	margin-top: 5px;
	font-style: italic;
}

.justified-gallery > .jg-entry-visible > img.lazy {
	opacity: 0;
}


.justified-gallery > .jg-entry-visible > img.lazy-loaded {
	opacity: 1;
}

.publishing-info {
	display: inline-block;
	margin-bottom: 15px;
	padding-top: 7px;
	padding-right: 20px;
	border-top: 1px solid #999;
	color: #666;
	font: 13px Roboto, Arial, serif;
	text-align: left;
	word-spacing: -4px;
	height: 26px;
}

.publishing-info > span {
	word-spacing: normal;
}

.publishing-info > span:not(:last-of-type)::after {
	content: "•";
	margin: 0 10px;
}

.publishing-info + div a.txttohtmllink {
	color: inherit;
}

.publishing-video {
	background-color: #000;
	margin-bottom: 20px;
}