@media (max-width: 1024px){
  #jr-inv-refresh-btn,
  .jr-inv-refresh-wrap,
  .jr-inv-refresh-target .jr-inv-refresh-wrap{
    display:none !important;
  }

  #memory-forms-container .bpmfv-fallback,
  #memory-forms-container .bpmfv-block,
  #memory-forms-container .table-container,
  #memory-forms-container .jr-mt-scroll{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
  }

  #memory-forms-container .table-container,
  #memory-forms-container .jr-mt-scroll{
    overflow-x:auto !important;
    overflow-y:visible !important;
  }

  #memory-forms-container .bpmfv-view-table,
  table.bpmfv-view-table.jr-mobile-tight-headers{
    width:100% !important;
    max-width:100% !important;
    min-width:100% !important;
    table-layout:fixed !important;
    box-sizing:border-box !important;
  }
}
