#fullscreen-image {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	object-fit: contain;
	background-color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
}
.pw
{
	color: white;
}
