body { 
    width: 100%; 
    height: 100%;
    text-align: center;
    overflow: hidden;
}
object {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
}