@media only screen and (max-width: 1023px) {
	

	@media all and (orientation:portrait) {
		/* Style adjustments for portrait mode goes here */
	}
		
	@media all and (orientation:landscape) {

		#logo
		{
			width: 20% !important;
			margin-left: auto;
			margin-right: auto;
		}
		

	}

}
