html {
  margin: 0;
}
.videobg {
  object-fit: cover;
  object-position: bottom left;
  width: 100vw;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
}
.content {
  position: fixed;
  bottom: 100px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-shadow: 0px 1px #333;
  width: 100%;
  padding: 50px 0px 50px 50px;
  text-align: left;
}
.tt {
	font-family: "Kirang Haerang", system-ui;
}
.tl {
  font-weight: 100;
}