html, body {
	margin: 0;
	padding: 0;
    overflow: hidden;
	background: white;
}
div {
    position: absolute;
    top: 0px;
    left: 0px;
}

#videoContainer {
    display: none;
}

#phonicVideo 
{
    width: 1024px;
    height: 768px;
}

/* Make Unselectable */
canvas, div, body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: transparent;
}
::selection{
	background: transparent;
}
::-moz-selection{
	background: transparent;
}
/* Make Unselectable */