.modalview {
	display: inline-block;	
}
#modalviewBox {
	background-color: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	position: fixed;
	z-index: 9000;	
	top: 0;
	left: 0;
}
#modalviewBox.mobileZoom {
	position: absolute;	
}
#modalviewImg {
	display: block;
	position: absolute;
	top: 5%;
	left: 0;	
	margin: 0 5%;
	width: 90%;
	height: 90%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
#modalviewBox button, #modalviewBox .btnmodalzoom {
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #D1D1D1;
	position: absolute;
	top: 2px;
	right: 5px;
	padding: 0 0 20px 20px;
	cursor: pointer;
	border: none;
	background: none;
	text-shadow: #FFF 3px 3px 6px;
	text-decoration: none;
}
#modalviewBox button:hover, #modalviewBox .btnmodalzoom:hover {
	font-size: 2em; 
	color: #FFF;
}

#modalviewBox .btnmodalzoom {
	top: 40px;
	right: 6px;
}

/*
@media (max-width: 640px) {
	#modalviewBox {
		position: absolute;	
	}
}
@media (max-height: 640px) {
	#modalviewBox {
		position: absolute;	
	}
}*/
