<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* JUSTIFIED GALLERY */
.justified-gallery {
	width: 100%;
	position: relative;
	overflow: hidden
}
.justified-gallery &gt; a,
.justified-gallery &gt; div {
	position: absolute;
	display: inline-block;
	overflow: hidden;
}
.justified-gallery &gt; a &gt; img,
.justified-gallery &gt; div &gt; img,
.justified-gallery &gt; a &gt; a &gt; img,
.justified-gallery &gt; div &gt; a &gt; img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	border: 0
}
.justified-gallery-container {
	margin: 0 -20px;
}
.container .row .justified-gallery-container {
	margin: 0;
}
.justified-gallery-container .caption {
	display: none !important;
}
.justified-gallery-container .jg-entry .media-body {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	color: #FFF;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.justified-gallery-container .jg-entry:hover .media-body {
	opacity: 1;
}
.justified-gallery-container .jg-entry .media-body .justified-gallery-content {
	padding: 20px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}</pre></body></html>