.el-linkbutton-image {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.el-linkbutton-image .bhBackgroundImage {
	padding: 20px;
	padding-top: 22px;
	background-size: cover;
	background-position: center center;
	min-height: calc(90px - 44px);
}

.el-linkbutton-image .bhBackgroundImage:before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.65);
	pointer-events: none;
	z-index: 0;
}

.el-linkbutton-image .bhBackgroundImage > div {
	z-index: 2;
	position: relative;
}

.el-linkbutton-image .noSubtext .bhBackgroundImage > div {
	margin-bottom: 0px !important;
}

.el-linkbutton-image p,
.el-linkbutton-image .bh-bodytext {
	color: white;
}

.firsttext {
	font-size: 24px;
	line-height: 18px;
	font-family: ltc-bodoni-175, serif;
	margin-bottom: 10px;
}

.secondtext {
	font-size: 14px;
	line-height: 18px;
	color: #F8F8F8;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.el-linkbutton-image.bh-margin-small {
	margin-bottom: 10px !important;	
}

.el-linkbutton-image .bhBackgroundImage > div.linkbutton-arrow-right {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 10px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 30px;

}

.pdf-viewer-frame {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	backdrop-filter: blur(3px);
	padding: 30px;
	background: white;
	z-index: 1000;
	height: 100vh;
}

.pdf-viewer-frame iframe {
	width: 100%;
	height: 100%;
	border: 0px;
}

.pdf-viewer-frame .bh-font-cross {
	position: absolute;
	right: 30px;
	top: 30px;
	background: white;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	cursor: pointer;	
}

.pdf-link {
	cursor: pointer;	
}

.el-linkbutton-image .pdf-link.noSubtext .bhBackgroundImage {
	display: flex;
	align-items: center;

}

@media only screen and (max-width : 720px) {
	.pdf-viewer-frame {
		padding: 15px;
	}
	.pdf-viewer-frame .bh-font-cross {
		right: 15px;
		top: 15px;
	}
}