@media (orientation: portrait) {
	bodyy::after {
		content: "Разверните устройство горизонтально";
		position: fixed;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: #1f2f6d;
		font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
		font-size: 30px;
        color: #fff;
        text-align: center;
	}
}