<!-- Copyright Magic Leap, Inc. 2019.-->
<!-- You may reuse the code below, but not the visual assets themselves.-->

          <style>
            #popout {
                transform-style: detached;
                transform: rotate3d(0, 1, 0, -20deg) translate3d(0px, 0px, 25px);
                position:absolute;
                top: 250px;
                left: 400px;
            }
          </style>

          <video id="popout"
              style="width: 400px; height: auto;"
              src="videos/sample.mp4"
              autoplay
              loop>
          </Video>