@media screen and (min-width:1266px) {
    body {
        width: 1266px;
        margin: auto !important;
    }
}
@media screen and (min-width:1025px) {
.scroll-box {
  overflow-x: auto !important;
  white-space: nowrap !important;
  width: 100% !important;
}
.scroll-center {
  overflow-x: auto !important;
  white-space: nowrap !important;
  width: 100% !important;
}
}
@media screen and (max-width:1024px) {
.scroll-box {
  overflow-x: auto !important;
  white-space: nowrap !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
}
@media screen and (max-width:500px) {
.seat {
	width:25px !important;
    height: 25px !important;
}
}