/*	PROMO BLOCK 3
/*----------------------------------------------------*/


.promo-3 {
	display: none;
}


/*	PROMO BLOCK 3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.promo-3 {
		display: block;
	    background: url(../images/wood-bg.png) center top repeat;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: auto;
	    background-attachment: fixed;
	    padding: 0;
	}
	
	.promo-3 .container {
		padding: 0;
	}
	
	.promo-3 img {
		width: 100%;
	}

		
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	

	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}



