.category-bar-wrapper {
    padding: 10px 0;
}
.category-bar {
    display: flex;
    justify-content: center;
    max-width: 100%;
    padding: 0;
}
.category-bar-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    padding: 0 10px;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.category-bar-list::-webkit-scrollbar {
    display: none;
}
.category-bar-item {
    flex: 0 0 auto;
    max-width: 140px;
    padding: 6px 16px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 20px;
    transition: all 0.2s;
}
.category-bar-item:hover {
    color: #000;
    background: #f0f0f0;
    border-color: #999;
}
.category-bar-item.active {
    color: #fff;
    background: #333;
}

.stopfade {
    opacity: .5;
}
.item_3{
    position: relative;
}
.info-card {
  display: none;
  top: 20.8%;
  left: 12.5%;
  position:  absolute;
  width: 75%;
  border-radius: 5%;
  float: right;
}
.box-skip-video {
  position: absolute;
  top: 10px;
  right: 20px;
}
.box-skip-video > span {
  color: white;
}

.box-skip-video:hover {
  border: 1.5px solid white;
  border-radius: 2px;
}
.info-card > img {
  border-radius: 5%;
  width: 100% !important;
  opacity: 0.9;
  margin: 2px;
}
.video-roll {
}

#video-roll{
    width: 100%;
    max-width: 580px;
    margin: auto;
}
video {
    width: 100%;
}
.row_roll {
  width: 100%;
  max-width: 500px;
  min-width: 370px;
  position: relative;
  margin: auto;
}
.img-roll-none{
    display: none;
}
