 
     .page {
      overflow-x: hidden;
     }

     body {
      overflow-x: hidden !important;
     }
    
    .page__content.disabled {
      display: none;
    } 
 