#page-shows {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
}

#wrapperSongkick {
  z-index: 15;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

#wrapperSongkick:hover {
  overflow-y: scroll;
}

#wrapperSongkick::-webkit-scrollbar {
  display: none;
}

#wrapperSongkick {
  scrollbar-width: none;
}