.fullscreen {
	/*overflow: hidden;*/
	position: relative;
	z-index: 0;
}
.fullscreen > div {
	z-index: 1;
}
.fullscreen > img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}