@charset "UTF-8";
/* CSS Document */
/* Extra Small */
#seting-sidebar {
	display: none;
}

#pre-Picture {
	width:100%;
}
@media screen and (min-width:576px){
	/* Small */
	#seting-sidebar {
		display: block;
		min-height: 100vh;
	}
}

@media screen and (min-width:768px){
	/* Medium */
	#seting-sidebar {
		display: block;
		min-height: 100vh;
	}
	
	#pre-Picture {
		max-width: 350px;
	}
}

@media screen and (min-width:992px){
	/* Large */
	#seting-sidebar {
		display: block;
		min-height: 100vh;
	}
	
	#pre-Picture {
		max-width: 350px;
	}
}

@media screen and (min-width:1200px){
	/* Extra Large */
	#seting-sidebar {
		display:block;
		min-height: 100vh;
	}
	
	#pre-Picture {
		max-width: 350px;
	}
}
