/* Gathered bottles ########################################################### */

#p1 {
	position: absolute;
	z-index: 0;
	left: 0%;
	top: 0%;
	width: 30%;
	#height: 30%;
	#border: 1px white solid;


}

#p2 {
	position: absolute;
	z-index: 1;
	left: 7%;
	top: 0%;
	width: 30%;
	#height: 30%;
	#border: 1px white solid;
	
}

#p3 {
	position: absolute;
	z-index: 0;
	left: 14%;
	top: 0%;
	width: 25%;
	#height: 30%;
	#border: 1px white solid;
}

#p4 {
	position: absolute;
	z-index: 0;
	left: 21%;
	top: 0%;
	width: 30%;
	#height: 30%;
	#border: 1px white solid;


}

#p5 {
	position: absolute;
	z-index: 1;
	left: 28%;
	top: 0%;
	width: 35%;
	#height: 30%;
	#border: 1px white solid;
	
}

#p6 {
	position: absolute;
	z-index: 1;
	left: 37%;
	top: 0%;
	width: 37%;
	#height: 30%;
	#border: 1px white solid;
}

#p7 {
	position: absolute;
	z-index: 0;
	left: 47%;
	top: 0%;
	width: 30%;
	#height: 30%;
	#border: 1px white solid;


}

#p8 {
	position: absolute;
	z-index: 1;
	left: 54%;
	top: 0%;
	width: 30%;
	#height: 30%;
	#border: 1px white solid;
	
}

#p9 {
	position: absolute;
	z-index: 0;
	left: 62%;
	top: 0%;
	width: 25%;
	#height: 30%;
	#border: 1px white solid;
}

#p10 {
	position: absolute;
	z-index: 0;
	left: 70%;
	top: 0%;
	width: 30%;
	#height: 30%;
	#border: 1px white solid;


}

#p11 {
	position: absolute;
	z-index: 1;
	left: 60%;
	top: 0%;
	width: 35%;
	#height: 30%;
	#border: 1px white solid;
}

.img_small {
	width: 100%;
}

.img_medium {
	width: 30%;
}

/* Page message ############################################################### */

#page_message {
	position: absolute;
	#top: 7%;
	top: calc(16vw + 50px);
	width: 92%;
	z-index: 1;
	text-align: center;
	font-size: calc(1.5vw + 5px);
	font-weight: 900;
	#color: var(--gray_shade);
	color: var(--gray_shade);
	#color: var(--whisky_shine);
	#text-shadow: 0px 0px 25px 0px rgba(0,0,0,1);
	text-shadow: 0px 0px 10px var(--black_shade);
	#border: 1px solid yellow;
}




/* Tiled menu ################################################################# */

#first_tile_row {
	position: relative;
	top: calc(25vw + 100px);

}












