html body {
	custom-hide {
		display: block;
		position: relative;

		&:not([show]) {
			display: none;
			position: absolute;
			opacity: 0;
			inset: -100vh auto auto -100vw;
		}
	}
}
