[data-image-lens-zoom] {
	position: relative;
	height: calc(100 * var(--lvh));

	& figure {
		height: 100%;
	}

	& img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		opacity: 0;
	}

	& [data-image-lens-zoom-canvas] {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100 * var(--lvh));
		pointer-events: none;
	}
}
