.immich-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.2s;
}

.immich-lightbox-visible {
	opacity: 1;
}

.immich-lightbox img {
	max-width: 90vw;
	max-height: 90vh;
	object-fit: contain;
}
