	
.gallery_imgs > li > .fphotos {
	position: relative;
    display: block;
    width: 100%;
    height: 210px;
    background: #fff no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    border: 1px solid #D0D0D0;
}
.gallery_imgs > li > .fphotos > div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 6px;
	border-radius: 0 0 10px 10px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	color: #fff;
	text-align: left;
	pointer-events: none;
	z-index: 2;
}
.gallery_imgs > li > .fphotos > div > b, .gallery_imgs > li > .fphotos > div > span {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gallery_imgs > li > .fphotos > div > b { font-size: 14px; }
.gallery_imgs > li > .fphotos > div > span { font-size: 11px; color: rgba(255, 255, 255, 0.8); }
.gallery_imgs .fphotos .imgtags { display: block; line-height: 1; }
.gallery_imgs .fphotos .imgtags > span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 4px 0;
	text-align: center;
	white-space: nowrap;
	line-height: 1;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background: #DE7300;
	border-radius: 50px;
	padding: 1px 6px;
	max-width: calc(50% - 4px);
	overflow: hidden;
	text-overflow: ellipsis;
	pointer-events: auto;
}

@media (max-width: 768px) {
	
}