#customyzerPortraitContainer {
	display: none;
}
#customyzerContainer {
	display: block;
}

#customyzerLoaderContainer {
	background: rgba(0,0,0,.3) none repeat scroll 0 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#customyzerLoaderImgContainer {
	color: #000;
	line-height: 35px;
	position: relative;
	top: 40%;
	text-align: center;
}

#customyzerLoaderImage {
	-moz-animation: rotate 2s linear infinite;
	-o-animation: rotate 2s linear infinite;
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
}

@media only screen and (max-width: 1279px) {
	/*body {
		margin: 0;
		padding: 0;
	}*/

	header, footer {
		display: none;
	}

	#customyzerPortraitContainer {
		height: 100vh;
		width: 100vw;
		background: white;
		position: absolute;
		top: 0;
		z-index: 9999;
	}

		#customyzerPortraitContainer img {
			margin: auto;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
		}

	/*@media (orientation: portrait) {
		#customyzerPortraitContainer {
			display: block;
		}
		#customyzerContainer{
			display:none;
		}
	}
	@media (orientation: landscape) {
		#customyzerPortraitContainer {
			display: none;
		}

		#customyzerContainer {
			display: block;
		}
	}*/
}
