/* Portrait styles */
@media screen and (orientation:portrait) {
	#Portrait {
		display: block;
	} 
	#Landscape {
		display: none;
	}
	
}
/* Landscape styles */
@media screen and (orientation:landscape) {}