
body {
/*
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-image: url(https://design2seo.com/assets/blog/svg-clipping/home_intro_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  font-family: sans-serif;
  color: white;
*/
}



.wrapper {
  position: relative;
  width: 85%;
  height: 5%;
  margin: 0 auto;

}
video {
/*  width: 100%;
  height: auto;
*/
}
.clipped-video {

  -webkit-clip-path: url(#text-overlay);
  clip-path: url(#text-overlay);

}
svg {
/*  display: block;

  position: absolute;

  top: 0;
*/
}
text {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 18vw;
}
