.bns-scroll-horizontal-container {
  display: block;
  width: 100%;
}

@media (min-width: 1200px) {
  .bns-scroll-horizontal-container {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    width: max-content;
  }

  .bns-scroll-horizontal-panel {
    flex: 0 0 100vw;
    height: 100vh;
  }
}