.page_header
{
	text-align: center;
	font-size: 20px;
}

#show_images_in_brochure_part
{
	text-align: center;
	/*background-color: #dedee34d;*/
	/*background-color: #5fb7fd33;*/
	/*background-color: #5fb7fd5c;*/
	/*background-color: #5fb7fd91;*/
	
	overflow: hidden;
}

#single_preview_image
{
	display: inline-block;
	position: relative;
    width: 250px;
    height: 280px;
	border: 1px solid black;
}

.page_number_text
{
	font-size: 20px;
    position: relative;
	width: 30px;
    bottom: 16px;
    left: 50%;
    color: #ffffff;
    /*background-color: #ff6500;*/
	background-color: #9E9E9E;
}

.img
{
	width: 250px;
	height: 250px;
	/*border: 1px solid black;*/
	object-fit: contain;
}

.preview
{
	cursor: pointer;
}

.preview-container
{
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;

	display: flex;
	justify-content: center;
	align-items: center;
}

.preview-container .image
{
	max-width: 90vw;
	max-height: 90vh;
	object-fit: contain;
}