/* @override 
	https://compagnie-ecurie.image.ac/assets/css/illustrations.css */

#illustrationsApp {
	position: absolute;
	z-index: -1;
	
	bottom: 0px;
	left: 0px;
	right: 0px;
	min-height: 100%;
}
#illustrations-container {
	position: relative;
	min-height: 100%;
}
#scene figure.illustration {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	
	margin-bottom: 0;
}
#scene figure.illustration:not(.ui-draggable-dragging) {
	top: auto !important;
}

#scene #ill_55.illustration {
}
