if (document.body.clientWidth < 998)
            {
              document.body.style.width = 998;
            }
