@media (max-width: 800px) {
	#portrait { 
		display: block;
		background-image: url("../images/imgRotate.png");
		width: 500px;
		height: 225px;
		position: absolute;
		margin-left: -250px;
		top: 50%;
		left: 50%;
		margin-top: -113px;
	}
	header{
		display: none !important;
	}
	footer{
		display: none !important;	
	}

	#landscape{
		 display: none;		
	}
}


