.gallery-container{
	background: rgba(0, 0, 0, 0.77);
	display:none;
	height:100%;
	left:0;
	margin:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:99;
}

.gallery-image-container{
	margin: 0 auto;
    max-width: 1000px;
	margin-top: 60px;
	z-index: 1;
}

.gallery-close-overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.gallery-image{
	left: 50%;
    position: absolute;
    top: 50%;
	transform: translate(-50%, -50%);
	max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.gallery-close{
	color:lightgrey;
	cursor:pointer;
	float:right;
	font-size:48px;
	margin:10px;
	position:relative;
	z-index:9;
}