@nnc-digital/nnc-design-system 1.0.0-alpha27 → 1.0.0-alpha29

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.
@@ -25775,24 +25775,20 @@ const Search = styled.div`
25775
25775
 
25776
25776
  const VideoContainer = styled.div`
25777
25777
  position: absolute;
25778
- top: 0;
25779
- left: 0;
25780
25778
  width: 100%;
25781
25779
  @media screen and (max-width: ${(props) => props.theme.theme_vars.breakpoints.m}) {
25782
- height: 590px;
25780
+ height: 580px;
25783
25781
  }
25784
25782
  @media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.m}) and (max-width: ${(props) => props.theme.theme_vars.breakpoints.l}) {
25785
- height: 420px;
25783
+ height: 410px;
25786
25784
  }
25787
25785
  @media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.l}) {
25788
- height: 540px; /* Height for large and above screens */
25786
+ height: 530px;
25789
25787
  }
25790
25788
  `;
25791
25789
 
25792
25790
  const VideoBackground = styled.video`
25793
25791
  position: absolute;
25794
- top: 0;
25795
- left: 0;
25796
25792
  width: 100%;
25797
25793
  height: 575px;
25798
25794
  object-fit: cover;