
#image-viewer {
	position: absolute;
	z-index: 9;
	background-color: rgba(0,0,0,.5);
	top: 0;
	bottom: 44px;
	left: 0;
	right: 0;
}
#image-viewer .image-container {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	/*overflow: scroll;*/
	/*-webkit-overflow-scrolling: touch;*/
	overflow: hidden;
}
#image-viewer .image-container img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: none;
	margin: auto;
}
#image-viewer .image-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#image-viewer .bubble-close {
	position: absolute;
	top: 88px;
	right: 44px;
}
