.popup
{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	cursor: pointer;
}

.popup img
{
	position: absolute;;
	left: 50%;
	top: 50%;
	cursor: pointer;
}