._html5Player {
    z-index: 2147483647;
}
#overlay-controls a {
    width: 16px;
    border-radius: 33px;
    margin-left: 1px;
    color: #fff;
    cursor: pointer;
    float: right;
    text-align: center;
    margin-right: 2px;
}
div#overlay-controls {
    text-align: right;
    position: absolute;
    top: 2px;
    right: 0;
}
#overlay-controls img {
    width: 100%;
}
._html5Player #video1
{
    position: relative;
    z-index: 10;
}
._html5Player .vhss_main_container
{
	background-position:center center;
	position:absolute;
        z-index: 9999;
		overflow:hidden;
}
._html5Player .vhss_character 
{
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
	height: auto;
	overflow: hidden;
}
._html5Player #button_holder,._html5Player .vhsshtml5_button_holder 
{
    border: medium none;
    bottom: 66px;
    float: left;
    position: relative;
    width: 100%;
    display:none;
    text-align:center;
    z-index: 9999; 
    height: 0;
}
._html5Player #_next
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
}
._html5Player #_prev
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
}
._html5Player #_play 
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
}
._html5Player #_resume 
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    display: none;
}
._html5Player .button_bg span
{
	padding:0;
	cursor:pointer;
	outline:none;
}
._html5Player .button_bg 
{
    background: #909291;
    border-radius: 50px;
    display: inline-block;
    position: relative;
	padding: 7px 8px 3px;
	overflow:hidden;
}
._html5Player .button_bg span
{
    float: left;
    width:auto !important;
    /*padding: 0px !important;*/
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    bottom: 0 !important;
    left: 0 !important;
    /*padding: 0 !important;*/
    right: 0 !important;
    top: 0 !important;
}
/*.button_bg img
{
	margin:0px 3px;
}*/
._html5Player .button_bg img {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    bottom: 0 !important;
    height: auto !important;
    left: 0 !important;
    margin: 0 0px !important;
    opacity: 1 !important;
    padding: 0 !important;
    right: 0 !important;
    top: 0 !important;
    margin-right: 0px !important;
    float: left;
}
._html5Player #_play
{
	/* width:54%; */
}
._html5Player #_pause 
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    display:none;
    left: 0;
    position: relative;
}
._html5Player #_replay
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    display:none;
}
._html5Player .vhss_logo 
{
	position: relative;
	right: 8px;
	top: 6px;
	display:block;
	/* width:18%; */
}	
._html5Player .vhss_logo img
{
	/* width:100%; */
}
._html5Player .btns_cls
{
	background-color: #2a77c0;
    border-radius: 4px;
    color: #fff;
	padding: 4px;
    text-decoration: none;
}
._html5Player .waiting_logo
{
	position:absolute;
	display:none;
        z-index: 10;
}
._html5Player .waiting_logo_inner
{
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	position:relative;
}
._html5Player .waiting_logo_inner img {
    width: auto;
}
._html5Player #aIresponse
{
	overflow:scroll;
	float:left; 
	height:220px; 
	width:470px; 
	border:2px solid black;
}
._html5Player .ques
{
	margin:0px;
	font-family:arial;
	color:red;
}
._html5Player .ans
{
	margin:0px;
	font-family: arial;
	color:blue;
}
._html5Player #APImessage
{
	overflow:scroll;
	float:left; 
	height:220px; 
	width:470px; 
	border:2px solid black;
}
._html5Player #_html5Player
{
    z-index: 8001;
}
.sp-model{
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 9999999999;
    overflow: hidden;
}
.sp-model-content {
    margin: 9% auto;
    padding: 2%;
    width:100%;
    border-radius: 10px;
    position: relative;
	height: 71%;
	max-width: 300px;
}
.sp-model-inner {
    display: table;
    height: 100%;
    width: 100%;
}
div#sp-innerChild {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
div#modal-body-inner {
    background-color: #fff;
    padding: 10% 5%;
    width: 90%;
    border-radius: 5px;
	color:red;
	text-align:center;
	position:relative;
}
.sp-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    display: inline-block;
	padding:5px;
}
.sp-close img{
	max-width:100%;
	cursor:pointer;
}
div#sp-modelbody-content {
    padding: 5px 0px;
}

#vhss_bgVideo {
    width: 100%;
    height: 100%;
}
#video1
{
	object-fit: cover;
	height:100%;
	width:100%;
}
.vhss_character canvas {
    position: relative;
    opacity: 1;
    display: block;
}
.vhsshtml5_transcript {
    position: relative;
    z-index: 9999;
    width: 100%;
    height: 0;
    bottom: 120px;
    text-align: center;
    font-size: 30px;
    text-shadow: 2px 1px 8px #000000;
    color: #FFF;
}