@nnc-digital/nnc-design-system 1.0.0-alpha32 → 1.0.0-alpha33

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.
package/build/index.js CHANGED
@@ -25791,7 +25791,6 @@ const Search = styled__default.default.div`
25791
25791
  const VideoContainer = styled__default.default.div`
25792
25792
  position: absolute;
25793
25793
  width: 100%;
25794
- z-index: -1;
25795
25794
  @media screen and (max-width: ${(props) => props.theme.theme_vars.breakpoints.m}) {
25796
25795
  height: 580px;
25797
25796
  }
@@ -25808,7 +25807,6 @@ const VideoBackground = styled__default.default.video`
25808
25807
  width: 100%;
25809
25808
  height: 575px;
25810
25809
  object-fit: cover;
25811
- z-index: -1;
25812
25810
  @media screen and (max-width: ${(props) => props.theme.theme_vars.breakpoints.m}) {
25813
25811
  height: 590px;
25814
25812
  }
@@ -25829,7 +25827,7 @@ const PlayPauseButton = styled__default.default.button`
25829
25827
  display: flex;
25830
25828
  align-items: center;
25831
25829
  justify-content: center;
25832
- z-index: 10;
25830
+ z-index: 1;
25833
25831
  background: rgba(0, 0, 0, 0.5);
25834
25832
  border: 1px solid white;
25835
25833
  color: white;