div.globus3d_layer {
	display:flex;
	justify-content:center;
	align-items:center;
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(180,180,180,0.8);
	text-align:center;
	margin: 0 auto;
}

div.globus3d_content {
	position:absolute;
	top:0;
	left:0;		
	padding: auto;
	margin-top:5%;
	margin-bottom:5%;
	width:100%;
}

img.globus3d_screen {
	display:block;
	width:100%;
	height:100%;
	max-width:968px;
	border:1px solid #ccc;
	margin: 0 auto;
}

button.globus3d_close {
	position:absolute;
	right:0;
	top:0;
	width:40px;
	height:40px;
	border:none;
	background:#888888;
	background: url(../images/close_grey.png) no-repeat 8px 10px;
	padding:0;
	cursor:pointer;
}

button.globus3d_close:hover {
	background: url(../images/close_red.png) no-repeat 8px 10px;
}
			