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

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