@charset "UTF-8";

/* Base */
html { height: 100%; }
body { height: 100%; overflow: hidden; }
.scene { height : 100%; position: relative; overflow: hidden;}

.full-bg {
    position: absolute;
}
.full-bg video {
    position: absolute;
    height: 100%;
    width: 100%;
}
