@media only screen and (min-width:768px)
{
.col-full {
	max-width: 850px;
}
#wrapper {
	max-width: 850px;
}
}
