#div-body {
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
#div-body > root {
	display: block;
    width: 100%;
    height: 100%;
}
#div-body > root .pmt-main {
    width: 100%;
    height: 100%;
}