#extraContainer5{
background: none;

}

#ec5wrap {
	background-attachment: fixed;
	background-size: cover;
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {

#ec5wrap
	{
	background-attachment: scroll;
	}
}

@media only screen and (min-width: 768px) and (max-width: 768px) {

#ec5wrap
	{
	background-attachment: scroll;
	}
}


@media only screen and (max-width: 568px) {


#ec5wrap
	{
	background-attachment: scroll;
	}

}