@nnc-digital/nnc-design-system 1.0.0-alpha36 → 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.
@@ -25790,7 +25790,7 @@ const VideoContainer = styled.div`
25790
25790
  height: 560px;
25791
25791
  }
25792
25792
  @media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.xl}) {
25793
- height: 540px;
25793
+ height: 636px;
25794
25794
  }
25795
25795
  `;
25796
25796