.hh{
    width: 1000px;
}
.video_parent{
    width: 100%;
    height: 99%;
    position: absolute;
    z-index: 1005;
    background-color: black;
    outline: none;
}
video {
    object-fit: cover;
}

#video_own {
    width: 100%;
    height: 100%;
}
.dbc-optimized-icon {
    background-image: url(./img/DBC/OPT.png);
    background-repeat: no-repeat;
    background-size: 1000% 400%;
}
.large{
    width: 100%!important;
    height: 100%!important;
}
.iconImg {
    width: 22px;
    cursor: pointer;
    float: left;
    margin: 10px -30px 0 10px;
}
.controls_own{
    display: none;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -4px;
    background: rgba(51, 51, 51, .7);
    border-top: rgba(51, 51, 51, .7) 1px solid;
    z-index: 2147483647;
    /*z-index: -21;*/
    /*display: none;*/
    visibility: hidden;

}
.video_parent:hover .controls_own{
    /*display: block;*/
    visibility: visible;
}
.play_div,.cancel_div,.duration,.back_time,.middle_size,.volume_div,.fuul_size{
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    color: #00B4FF;
}
.back_time{
    width: 18px;
    height: 18px;
    padding: 0;
    vertical-align: middle;
}
.back_time img {
    width: 100%;
    height: 100%;
}

.middle_size{
    width: 1.2rem;
    height: 1.2rem;
    background-position: 78% 68%;
    vertical-align: middle;
}

.sec_bar{
    width: 260px;
    display: inline-block;
    margin: 3px 10px;


}
.volume_bar_main{
    width: 20px;
    height: 100px;
    display: inline-block;
    position: absolute;
    bottom: 0 ;
    left: 0 ;
    z-index: -1;
}
.volume_bar{
    width: 20px;
    height: 100px;
    display: inline-block;
    position: absolute;
    bottom: 42px;
    left: 0;
    background-color: rgba(51, 51, 51, .7);
    display: none;
}
.volume_div:hover .volume_bar{
    display: block;
}
.sec_bar_range_parent{
    background-color: #384154;
    width: 100%;
    height: .2em;

}
.volume_bar_parent{
    background-color: #384154;
    width: .2rem;
    height: 100%;
    margin: 0 auto;
}
.sec_bar_range_child{
    background-color: #00eeff;
    width: 100%;
    height: .2rem;
    max-width: 260px;
    position: relative;
}
.volume_bar_child{
    background-color: #00eeff;
    width: .2rem;
    height: 100%;
    max-height: 100px;
    position: absolute;
    bottom: 0;

}
.spiner{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top:-3px;
    left:100%;
    background-color: #00B4FF;
    box-shadow: 0 0 0 1px #000;

}
.spiner_volume{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -3px;
    background-color: #00B4FF;
    box-shadow: 0 0 0 1px #000;
}
.duration span {
    width: 15px;
    display: inline-block;
    font-size: .75rem;
}
.loader_paent,.brand_div,.refresh_parent,.play_parent{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: black;
}
.refresh_parent,.play_parent{
    display: none;
}
.refresh{
    font-size: 36px;
    color: #00B4FF;
    cursor: pointer;
    z-index: 2;


}
.play_parent{
    z-index: 3;
    color: aliceblue;
}

.play_big{
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
}

.play_big img{
    width: 100%;
}
video::-webkit-media-controls-overlay-enclosure {
    display:none !important;
}

video::-webkit-media-controls-enclosure {
    display:none !important;
}

video::-webkit-media-controls {
    display:none !important;
}

video::-webkit-media-controls-panel {
    display:none !important;
}

video::-webkit-media-controls-play-button {
    display: none !important;
}

video::-webkit-media-controls-current-time-display {
    display: none !important;
}

video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}

video::-webkit-media-controls-timeline {
    display: none !important;
}

video::-webkit-media-controls-mute-button {
    display: none !important;
}

video::-webkit-media-controls-volume-slider {
    display: none !important;
}

video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

video::-internal-media-controls-download-button {
    display: none !important;
}
*::-moz-list-bullet, *::-moz-list-number {
    display:none !important;
}

*::-moz-meter-bar {
    display:none !important;
}

:-moz-full-screen:not(:root)::backdrop {
    display:none !important;
}

*::backdrop {
    display:none !important;
}

/*:fullscreen:not(:root) {*/
    /*display:none !important;*/
/*}*/

/*video:-webkit-full-screen, audio:-webkit-full-screen {*/
    /*background-color: transparent!important;*/
    /*position: relative!important;*/
    /*left: 0px!important;*/
    /*top: 0px!important;*/
    /*min-width: 0px!important;*/
    /*max-width: none!important;*/
    /*min-height: 0px!important;*/
    /*max-height: none!important;*/
    /*width: 100%!important;*/
    /*height: 100%!important;*/
    /*display: block!important;*/
    /*transform: none!important;*/
    /*margin: 0px !important;*/
    /*flex: 1 1 0% !important;*/
/*}*/

/*:-webkit-full-screen {*/
    /*background-color: white!important;*/
    /*z-index: 2147483647!important;*/
/*}*/

.info_text_div{
    margin-top: 50px;


}
.info_close_div{
    padding-top: 35px;
}
.info_close_img{
    float: right;
    margin-right: 30px;
    cursor: pointer;
}
.info_div_for_cookies{
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}
.info_div_for_cookies_span{
    color: #66ccff;
    font-size: 14px;
}
.info_div_for_cookies_button{
    color: #000;
    background-color: #f1d600;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    width: 33%;
    margin-left: 10px;
    max-width: 80px;
    padding: 4px 7px;
    border: none;
    font-size: 80%;
}
.info_text_p{
    padding: 10px;
    text-align: center;
    font-size: 35px;
    color: #66ccff;
}
.info_background_div{
    width: 100%;
    height: 100%;
    background-image: url("img/background_info.jpg");
}
.from_update{
    width: 100%;
    height: 100%;
    z-index: 7;
    position: absolute;
    top: 0;
    display: none;
}

.brand_div{
    opacity: 0.1;
    z-index: 2;
}


.esc_button_parent{
    position: absolute;
    text-align: center;
    top:0;
    width: 100%;
}

.esc_button{
    display: inline-block;
    width: auto;
    padding: 10px;
    background-color: #0000008c;
    color: white;
    border-radius: 6px;
}
.esc_button_span{
    border: 1px solid white;
    border-radius: 7px;
    padding: 6px 3px;
}

.dbc-guide-video-hld.middle,.video_parent.middle {
    width: 68vw;
    height: 99vh;
    margin-top: 20vh;
    margin-left: 16vw;
}
iframe{
    width: 500px!important;
}
.loader,.refresh{
    width: 50px;
    height: 50px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:  auto;
}
.loader img {
    width: 100%;
}

.volume_div,.fuul_size{
    width: 18px;
    height: 38px;
    padding: 10px 0;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;


}
.volume_div img,.fuul_size img {
    width: 100%;
    height: 100%;
}
.brand_logo{
    position: absolute;
    width: 200px;
    z-index: 5;
}
.brand_logo img {
    width: 100%;
    height: 100%;
}
