[Código] Remover scroll horizontal

				
					html, body{
    width: 100% !important;
    overflow-x: hidden !important;
}