Horizontal page scroll fix

/* Horizontal scroll fix */
html,
body{
width:100%;
overflow-x:hidden;
}