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

.promo-3 {
	background: url("../images/zombie-banner.png") center top no-repeat;
	background-repeat: no-repeat;
  background-size: 100% 100%;
	background-size: cover;
	background-attachment: fixed;
	padding: 400px 0;
}

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

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

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

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



