@media (pointer: coarse), (orientation: portrait) {
  #dash4 {
    flex-direction: column !important;
    height: auto !important;
    padding-bottom: 40px !important;
  }

  #dash4-column1 {
    max-width: none !important;
    width: 100% !important;
    height: 900px !important;
  }

  #dash4-column2 {
    width: 100% !important;
    height: 700px !important;
    flex: none !important;
  }

  #dash4-multipleSelection1 {
    grid-template-columns: repeat(4, 1fr) !important;
    flex-wrap: wrap !important;
    display: grid !important;
    height: 80px !important;
  }
}
