@nnc-digital/nnc-design-system 1.0.0-alpha35 → 1.0.0-alpha37

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
@@ -7963,6 +7963,7 @@ const Container$_ = styled__default.default.div`
7963
7963
  width: 100%;
7964
7964
  display: block;
7965
7965
  box-sizing: border-box;
7966
+ z-index: 1;
7966
7967
  `;
7967
7968
 
7968
7969
  const CookieHide = styled__default.default.button`
@@ -25799,10 +25800,10 @@ const VideoContainer = styled__default.default.div`
25799
25800
  height: 410px;
25800
25801
  }
25801
25802
  @media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.l}) {
25802
- height: 100%;
25803
+ height: 560px;
25803
25804
  }
25804
25805
  @media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.xl}) {
25805
- height: 100%;
25806
+ height: 636px;
25806
25807
  }
25807
25808
  `;
25808
25809