#gallery {
	position: relative;
	width: 700;
}

.changer figure {
	position: absolute;
	width: 100%;
	opacity: 0;
}

.changer figcaption {
	position: absolute;
	color: white;
}

main {
	position: relative;
	padding: 0;
}
