/* @media only screen and (max-width: 800px) and (max-height: 380px) and (orientation: landscape) { */
/* 	.display-no-lanscape-possible { */
/* 		display: block; */
/* 		color: var(--color-white); */
/* 		font-size: var(--font-l); */
/* 		position: absolute; */
/* 		top:40%; */
/* 		left:50%; */
/* 		transform: translate(-50%, 40%); */
/* 	} */
/* } */

@media only screen and (max-width: 320px) and (orientation: portrait) {
	.display-too-small {
		display: block;
		color: var(--color-white);
		font-size: var(--font-l);
		position: absolute;
		top:40%;
		left:50%;
		transform: translate(-50%, 40%);
	}
}
