.pe-horizontal-slider {
  display: none;
}

.pe-hs-wrapper {
  position: relative;
}

.pe-horizontal-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  height: 100vh;
  width: max-content !important;
  will-change: transform;
}

.pe-horizontal-track > .e-con {
  flex: 0 0 100vw !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100vh !important;
  overflow: hidden;
}
