<html>
<head>
  <title>The Orb of Vioba</title>
</head>

<style>
body {
  background-color: #000;
}
video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(calc((100% - 100vw) / 2));
}
</style>

<script type='text/javascript'>
    function goNext() {
      window.location.href = "https://beta.vioba.com";
    }
</script>

<body>

<div class="video_contain">
<video autobuffer autoplay playsinline muted id="orb-video" onended="goNext()">
  <source src="_media/intro-video/orb.mp4" type="video/mp4">
</video>
</div>

</body>
</html>
