#gse-loading {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	overflow: hidden;
}

#gse-loading img {
	display: block;
	width: min(92vw, 1024px);
	height: auto;
	max-width: 100%;
	max-height: 92vh;
	object-fit: contain;
}
