
		#warning_orientation {
			display: none;
			background: #fff;
			position: fixed;
			z-index: 10000000000;
			justify-content: center;
			align-items: center;
			text-align: center;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			padding: 2rem;
			color: #000
		}

		#warning_orientation div {
			max-width: 400px
		}

		@media (orientation: landscape) and (max-height: 429px) and (min-aspect-ratio: 5 / 3) {
			body:not(.keyboard-on) #warning_orientation {
				display: flex
			}
		}
	