._scrollingContainer_hb8bh_1 {
  overflow: hidden;
  width: 100%;
  height: 60vh;
  max-height: 45rem;
}
._scrollingContainer_hb8bh_1 ._scrollingContent_hb8bh_7 {
  will-change: transform;
  display: flex;
  gap: var(--osdc-size-40);
  height: 100%;
}
._scrollingContainer_hb8bh_1 ._scrollingContent_hb8bh_7 ._image_hb8bh_13 {
  position: relative;
  flex-shrink: 0;
  width: 12.5rem;
  height: 100%;
}
._scrollingContainer_hb8bh_1 ._scrollingContent_hb8bh_7 ._image_hb8bh_13 ._mediaContent_hb8bh_19 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._scrollingContainer_hb8bh_1 ._scrollingContent_hb8bh_7 ._image_hb8bh_13 img,
._scrollingContainer_hb8bh_1 ._scrollingContent_hb8bh_7 ._image_hb8bh_13 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}