.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;
}

/* galeri */

.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: 75%; /* 4:3 */
	
	border: solid 1px #eeeeee;

	/* border-radius: 2px; */

	cursor: default;
}
.galeri figure > div {
	text-align: center;
	font-weight: 500;
	padding: 10px 0;
}

.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;
}

