.el-linkbox-gallery .bhBackgroundImage {
	height: 500px;
	background-size: cover;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.el-linkbox-gallery .el-linkbox-gallery-link {
	margin-bottom: 6px;
	display: inline-block;
	position: relative;
}
.el-linkbox-gallery .el-linkbox-gallery-link:after {
	content: "\e902";
	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: -30px;
	top: 5px;
}
.el-linkbox-gallery .el-text-hovertext {
	position: absolute;
	bottom: 0px;
	width: 100%;
	display: flex;
	align-items: flex-end;
	padding: 40px 20px;
	box-sizing: border-box;
	transition: 0.4s ease all;
	opacity: 0;
	transform-origin: bottom;
	pointer-events: none;
}
.el-linkbox-gallery .el-text-headline {
	transition: 0.4s ease all;
}	
.el-linkbox-gallery {
	perspective: 1000px;
	perspective-origin: bottom;
}
body:not(.bhe-state-editing) .el-linkbox-gallery .el-text-headline {
	pointer-events: none;
}
.el-linkbox-gallery .lightboxlinks a {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 500px;
	width: 100%;
	pointer-events: none;
}
body:not(.bhe-state-editing) .el-linkbox-gallery .lightboxlinks a:first-child {
	pointer-events: all;
}
.el-linkbox-gallery .bhBackgroundImage:before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	pointer-events: none;
	z-index: 0;
}

.el-linkbox-gallery .bhBackgroundImage > div {
	z-index: 1;
}