* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  background-image: url(https://images.unsplash.com/photo-1444703686981-a3abbc4d4fe3?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-size: cotain;
  background-position: top;
}

/* #bg-video{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit: cover;
  z-index: -1;
}
  */
:root {
  --x:100px;
  --y:100px;
}

.box {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at var(--x) var(--y), transparent, #000 20%);
}/*# sourceMappingURL=style.css.map */