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