.zoomed {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	height: 100vh;
}

.zoomed img {
	max-width: 90%;
	max-height: 90vh;
	object-fit: contain;
	border-radius: 10px;
}
