/* Caption element registered by lightbox.js. PhotoSwipe 5 has no built-in caption. */
.pswp__ne-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 16px 20px;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	background: rgba(0, 0, 0, .6);
	pointer-events: none;
}

.pswp__ne-caption:empty {
	display: none;
}

.pswp__ne-caption a {
	color: #fff;
	text-decoration: underline;
	pointer-events: auto;
}
