/* MOBILE CSS */

@media screen and (orientation:portrait)
{
	html {
		background-image:		url('rotate.png');
		background-size:		cover;
		background-repeat:	no-repeat;
		background-color:		white;
	}
	body {
		display: none;
	}
}
