body > picture {
	display: block;
	width: 100vw;
	max-width: 100%;
	height: 100dvh;
	position: relative;
	z-index: -1;
}

body > picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(.7);
}