#extraContainer6{background: none;
	}
	
#ec6wrap {
	background-attachment: fixed;
	background-size: cover;
}

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

#ec6wrap
	{
	background-attachment: scroll;
	}
}

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

#ec6wrap
	{
	background-attachment: scroll;
	}
}


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


#ec6wrap
	{
	background-attachment: scroll;
	}

}