<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.article-photogallery{
	clear:both;
	padding:15px 0;
}

.article-photogallery::after{content: ''; clear: both; display: block;}

.article-photogallery .photo{
	width:150px;
	float:left;
	height:150px;
	position:relative;
	margin:4px;
}

.article-photogallery .name{
	background:rgba(0,0,0,0.5);
	padding:5px 10px;
	text-align:left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	color: #fff;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box
}
.article-photogallery .description{
	text-align:left;
	font-size: 12px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px;
	width: 100%;
	z-index: 10;
	background: #f6f6f6;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box
}

.article-photogallery .photo:hover .description{display: block;}</pre></body></html>