.bizgame-full-width {
  max-width: none !important;
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
}

body.page-id-933 { /** this is specifically for business game page to make sure no horisontal scroll appear **/
  overflow-x: hidden;
}