.homepage-video-hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; }
  .homepage-video-hero .aspectholder {
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .homepage-video-hero .aspectholder img, .homepage-video-hero .aspectholder video {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.homepage .page-blocks {
  margin-top: 100vh;
  position: relative;
  background-color: var(--bg); }
