#story {
  width: 100%;
  overflow: hidden;
}
#story > div {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  height: 275px;
  gap: 10px;
}
#story > div > nav {
  height: 275px;
  min-width: 200px;
  border-radius: 10px;
  overflow: hidden;
}
#story > div > nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#story > div > nav img {
  width: 100%;
  height: 100%;
}
#story ::-webkit-scrollbar {
  height: 0;
}/*# sourceMappingURL=style1.css.map */