< type="text/css">
* {
touch-action: pan-y;
}
#live {
width: 851px !important;
height: 479px !important;
position: relative;
}
#live:-webkit-full-screen {
width: 100% !important;
height: auto !important;
}
canvas {
width: 100% !important;
height: auto !important;
margin: 0 auto;
left: auto !important;
}
#live:-webkit-full-screen canvas {
top: 50% !important;
margin-top: -28.125% !important;
}
>