
.image {
	
	cursor:pointer;
	
}
.image:hover {
  border: 1px solid yellow;
}

.popup {
	position: absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
	text-align:center;
}

.popup_bg {
	background:rgba(0,0,0,0.8);
	position:fixed;
	z-index:1;
	height:100%;
	width:100%;
    cursor:pointer;
}


.popup_img {
	position: fixed;
	margin: 1% 0px 0px -450px;
	z-index:2;
	max-height:94%;
	max-width:94%;
    border-style: double;
}