May I suggest that you change your background class fullSize from
fullSize {
background-size: 102% auto;
}
to
fullSize{
background-position: right center;
}
? Because currently on fullHD displays it gets repeated vertically.


May I suggest that you change your background class fullSize from
fullSize {
background-size: 102% auto;
}
to
fullSize{
background-position: right center;
}
? Because currently on fullHD displays it gets repeated vertically.


Jesse (Programming Lead for social & forums) is out right now; but I'll make sure this gets to him.
We are looking into this