body {
    background: #000;
    margin: 0px 0px 0px 0px; /* the extra 1px allows the iOS inner/outer check to work */
    user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -webkit-user-select: none !important;
    -webkit-touch-callout: none !important;
    -webkit-text-size-adjust: none !important;
}

#sbc_orientation {
    touch-action: none;
    /* position: absolute;
    margin: 0px 0px 0px 0px;
    top: 0%;
    left: 0%;*/
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 1);
    z-index: 999;
    display: none;
}

#sbc_orientation img {
	touch-action: none;
    display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

