.wbhe-hold {
	margin-bottom: 20px;
	
	max-width: 960px;
	line-height: 1.4;
}
.wbhe-hold ul {
	line-height: 1.3;
	
	list-style: none;
	padding: 0;
	
	margin: 10px 0;
}
.wbhe-hold li {
	padding-left: 1.3em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.wbhe-hold li:before {
	content: "\f105"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
	color: #404040;
}

.pswp__caption__center {
	text-align: center;
}

.galeri {
	width: 100%;
}
.galeri figcaption {
	display: none;
}
.galeri figure {
	display: block;
	margin: 0;
	box-sizing: border-box;
	padding-bottom: 30px;
}

.galeri figure a {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	
	width: 100%; padding-top: 100%; /* 1:1 */
	
	border: solid 1px #cccccc;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}
.galeri figure a:hover {
	background-color: #f7f7f7;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}

.galeri figure img {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.galeri figure i {
	color: white;
	text-decoration: none;
	font-size: 3em;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 75%;
	transform: translate(-50%, -50%);
	opacity: 0;

	-webkit-transition: all .4s;
	transition: all .4s;
}
.galeri figure a:hover i {
	top: 50%;
	opacity: 1;
}
