/* ############################################################################# */

#show_img_big {
	display: none;
	position: fixed;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 11;
}

#show_img_big .x {
	position: fixed;
	top: 1vw;
	right: 49vw;
	width: 2vw;
	height: 2vw;
	background: grey;
	font-size: 1.5vw;
	text-align: center;
	font-family: verdana;
	cursor: pointer;
}

#show_img_big .x:hover {
	background: orange;
}

#show_img_big .scroll {
	position: fixed;
	top: -22vw;
	right: 49vw;
	width: 2vw;
	height: 2vw;
	background: transparent;
	background-image: url(images/scroll.png);
	background-size: 100%;
	font-size: 7vw;
	text-align: center;
	font-family: verdana;
}

#show_img_big .bgimg {
	position: fixed;
	top: 3vw;
	right: 2vw;
	width: 96vw;
	height: 120vw;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
	text-align: center;
	cursor: zoom-out;
}

/* ############################################################################# */