.fdm-lightbox-image {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--myd-color-overlay);
	overflow: hidden;
	z-index: var(--myd-z-modal);
}

.fdm-lightbox-image svg {
	height: 18pt;
	width: 18pt;
	float: right;
}

.fdm-lightbox-image-link {
	width: 80%;
	height: 80%;
	max-height: 400px;
	max-width: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fdm-lightbox-image-close {
	width: 100%;
	top: var(--myd-space-5);
	right: var(--myd-space-5);
	text-align: right;
	position: absolute;
	cursor: pointer;
}
