Created by: IvanKalinin
In Firefox the gird with widths of *.333333% have a "half-pixel" issue on certain window widths.. To resolve the problem, use css calc() to let browsers calculate actual width by themselves instead of hardcoded values.
*.333333%
calc()