  .img-caption-component figure a > img {
	cursor: zoom-in;
}		
.img-caption-component .zoomicon-default {
	position: relative;
	display: inline-block;
	cursor: zoom-in;
}
.img-caption-component .zoomicon-default::before {
	content: '\f00e';
	z-index: 5;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 5px 8px 5px 8px;
	color: white;
	font-family: 'Font Awesome 6 Pro';
	font-size: 18px;
	background-color: transparent;
    text-shadow: 1px 1px 3px black;
}
.img-caption-component .zoomicon-center {
	position: relative;
	display: inline-block;
	cursor: zoom-in;
}
.img-caption-component .zoomicon-center::before {
	content: '\f00e';
	z-index: 5;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate( -50%, -50% );
	padding: 5px 15px 5px 15px;
	color: white;
	font-family: 'Font Awesome 6 Pro';
	font-size: 20px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 5px 5px 5px 5px;
}
.img-caption-component figcaption {
	font-size:14px;
	margin-top: 5px;
}
.img-caption-component figure.gray-backdrop {
	background-color:#f7f7f7;
	padding: 8px;
}

.img-caption-component {
    margin-bottom: 15px;
}