@nnc-digital/nnc-design-system 1.0.0-alpha29 → 1.0.0-alpha30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25776,6 +25776,7 @@ const Search = styled.div`
25776
25776
  const VideoContainer = styled.div`
25777
25777
  position: absolute;
25778
25778
  width: 100%;
25779
+ z-index: -1;
25779
25780
  @media screen and (max-width: ${(props) => props.theme.theme_vars.breakpoints.m}) {
25780
25781
  height: 580px;
25781
25782
  }