#lightgallery li {
	padding: 0;
	overflow: hidden;
	height: 180px;
	margin: 0 0 10px 0;
	background-position: center center;
	cursor: pointer;
	background-size: cover;
}
#lightgallery li:after {
	content: '';
	width: 10px;
	height: 180px;
	background-color: white;
	position: absolute;
}
#lightgallery img {
	width: 100%;
	height: auto;
}
.phCounter {
	font-size: 1rem;
}
.yearsAlbum {
	text-align: center;
	float: left;
	width: 300px;
	margin: 0 10px 20px 0;
	border: 1px solid white;
}
.yearsAlbum h4 {
	margin-bottom: 0.5rem;
}
.albumPreview {
	border: 1px solid white;
	float: left;
	width: 146px;
	height: 100px;
	background-position: center center;
}
.yearsAlbum .border:hover {
	border: 1px solid gray !important;
}
.facesList .face {
	width: 120px;
	height: 145px;
	float: left;
	border-bottom: 1px solid silver;
	margin: 0 10px 10px 0;
}
.facesList .face span {
	display: block;
	height: 100px;
	width: 100%;
	border: 1px solid silver;
	background-position: center center;
	background-size: cover;
}
.facesList .face i {
	display: block;
	font-size: 0.7rem;
	margin-top: 5px;
	line-height: 1em;
}
.facesList .face span.noface {
	background-image: url(/templates/iphoto/images/noface.svg);
	background-size: 75%;
	background-repeat: no-repeat;
}
.facesList .face span.allface {
	background-image: url(/templates/iphoto/images/allfaces.svg);
	background-size: 75%;
	background-repeat: no-repeat;
}
#lightgallery .video span::after {
	content: url(/templates/iphoto/images/video-play.png);
	position: absolute;
	left: calc(50% - 32px);
	top: calc(50% - 32px);
	background: transparent;
}