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

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};
@@ -25798,7 +25799,10 @@ const VideoContainer = styled__default.default.div`
25798
25799
  height: 410px;
25799
25800
  }
25800
25801
  @media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.l}) {
25801
- height: 530px;
25802
+ height: 100%;
25803
+ }
25804
+ @media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.xl}) {
25805
+ height: 100%;
25802
25806
  }
25803
25807
  `;
25804
25808
 
@@ -25814,7 +25818,10 @@ const VideoBackground = styled__default.default.video`
25814
25818
  height: 420px;
25815
25819
  }
25816
25820
  @media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.l}) {
25817
- height: 540px;
25821
+ height: 568px;
25822
+ }
25823
+ @media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.xl}) {
25824
+ height: 645px;
25818
25825
  }
25819
25826
  `;
25820
25827