
	@media only screen and (max-width: 1024px) {
		#sections section:nth-child(1){ background: url("../publicados/campanha/background.jpg"); background-size: cover; }
		#sections section:nth-child(2){ background: #FFF; }
		#sections section:nth-child(3){ background: url("../publicados/campanha/background-2.jpg"); background-size: cover; }
		#sections section:nth-child(4){ background: #000; }
	}

	@media only screen and (max-height: 768px) {
		#sections section:nth-child(1){ background: url("../publicados/campanha/background.jpg"); background-size: cover; }
		#sections section:nth-child(2){ background: #FFF; }
		#sections section:nth-child(3){ background: url("../publicados/campanha/background-2.jpg"); background-size: cover; }
		#sections section:nth-child(4){ background: #000; }
	}

			

	#background{
		width: 54%;
		height: 100%;
		position: relative;
		float: left;
		background: url('../publicados/campanha/background-2.jpg') center center;
		background-size: cover; 
	}
			
			
	.section_previous .background_previous{ background: url('../publicados/editoriais/summertime.jpg') center center;}
	.section_next .background_previous{ background: url('../publicados/editoriais/stripe-e-rose.jpg') center center;}