* {
	margin: 0;
}

#gallery {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	object-position: center;
}

.slide {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

#slide_front {
	z-index: 2;
}

#slide_back {
	z-index: 1;
}
