
#video-streaming-nofullscreen{
    position:relative;
    /*margin: auto !important;*/
    display: table;
    width:830px;
    /*height: calc(100vh - 75px) !important;*/

}
.video-streaming-content{
    /*position:relative;*/
    /*height:650px;*/
    /*height: calc(100vh - 75px) !important;*/
}

video {
/*    position:absolute;
*/
    top:0px;
    left:0px;
    width: 100% !important;
    height: auto !important;
    /*max-height:100vh !important; */
    overflow:hidden !important;

}
canvas{
position: relative;
margin:0;
padding:0;
top: -1px;
margin-left: 5px;
}


/*
.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../img/videoframe.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}
*/
/*
@media (device-width: 100vw) and (device-height: 100vh) {
}
*/

object{display:none;}
    .fullscreen-bg {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: hidden;
      /*z-index: -100;*/
      //background: #000;
      object-fit:contain;
    }
    .fullscreen-bg__video {
    position: fixed;<?php// echo ($browser_nome==("Internet Explorer" || "Microsoft Edge"))? "fixed" : "absolute"; ?>
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    max-height: 100%;
    /*
    z-index: -100;
    background-size: cover;
    https://css-tricks.com/almanac/properties/o/object-fit/
    object-fit:cover;
    */
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    }

.controls-bg{
    background:rgba(0,0,0,0);
    position:absolute;
    width: 100% !important;
    height:60px;
    bottom:3px;
}
.controls-bg-fullscreen{
    position: fixed;
    bottom: 0 !important;
    right: 0;
    z-index: 999;
}
.controls-bg:hover .controls{
    display:block;
}

.controls{
display:block;
position:absolute;
background-color: rgba(0,0,0,0.25);
background-color: rgba(0,0,0,0.7);
//background-color: #fff;
border: 0px solid #000;
width: 100% !important;
height: 50px;
bottom:0;

-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

color:rgb(238, 238, 238);
color:#fff;
font:normal normal 11px/100% Roboto, Arial, Helvetica, sans-serif;

/*background-repeat: repeat-x;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);*/
}
.hide{display:none;}

.controls a{color:rgb(238, 238, 238);}

.btnPlay,.muted,.volumeBar,.progressTime,.playbackRate{float:left;}
.right{float:right;}

.progressBar{
    position: relative;
    margin:0 auto;
    top: -8px;
    width: 96%;
    height: 20px;
    /*left: 50%;
    transform: translate(-50%, 0);
    overflow: hidden;*/
}

.progressBar-bg{
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color:rgba(255,255,255,.2);
}

.bufferBar {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #ccc;
}
/*
.bufferBar div{
    position: absolute;
    background-color: red;
    top:0;
    left:0;
    width:0;
    height: 100%;
}
*/
.timeBar{
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #f12b24;
}

.timeButton{
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #f12b24;
    border-radius: 15px;
    transform: translate(-50%, 0);
}

.controls2{
position: relative;
display: table;
margin: 0 auto;
top: -8px;
width: 96%;
/*left: 50%;
transform: translate(-50%, 0);*/
}

.volumeBar{
    position: relative;
    width: 10%;
    height: 7px;
    background-color: #0B0B0B;
    margin: 14px 0 0 0;
    border: 1px solid #575757;
    border-radius: 10px;
    }
.volume {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #CDCDCD;
    border-radius: 10px;
}

.progressTime{
margin: 14px 0 0 15px;
}

.playbackRate{
margin: 13px 0 0 5px;
position: relative;
}
.playbackRate ul{
list-style: none;
padding: 0;
margin: 0;
display: table;
width:53px;
}
.playbackRate ul>ul{
display:none;
}
.playbackRate ul>li:first-child{
display:block;
padding: 0 10px 0 10px;
position: relative;
z-index: 1;
}
.playbackRate ul>ul>li{
padding: 0 !important;
}
.playbackRate ul>ul>li>a{
display: block;
text-decoration:none;
padding: 5px 0;
}
.playbackRate ul>ul>li:last-child{
padding-bottom: 5px !important;
border-bottom:1px solid #fff;
}
.playbackRate ul:hover ul{
display:block;
background-color: rgba(0,0,0,0.8);
padding: 5px 10px 34px 10px;
bottom: -14px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.playbackRate ul>ul{
position:absolute;
}
.playbackRate-anuncio{
    display:block;
    position: absolute;
    top: -77px;
    left: 0;
    background:#D5D5D6;
    width: 205px;
    padding: 5px 7px;
    font-size: 12px;
    line-height: 135%;
    color:#000;
    /*-webkit-border-radius: 5px;
    border-radius: 5px;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.playbackRate-anuncio div{
    position: absolute;
    background:#D5D5D6;
    bottom: -2px;
    left: 18px;
    width: 20px;
    height: 20px;
    /*z-index: -1;*/
    -moz-transform: scale(1) rotate(60deg) skewX(30deg);
    -webkit-transform: scale(1) rotate(60deg) skewX(30deg);
    -o-transform: scale(1) rotate(60deg) skewX(30deg);
    -ms-transform: scale(1) rotate(60deg) skewX(30deg);
    transform: scale(1) rotate(60deg) skewX(30deg);
}
.playbackRate-anuncio span{position:relative;}



.ytp-chrome-controls .ytp-play-button {
    width: 46px;
}

.ytp-svg-fill {
    fill: #fff;
}

.ytp-svg-shadow {
    stroke: #000;
    stroke-opacity: .15;
    stroke-width: 2px;
    fill: none;
}

.ytp-playlist-menu-button-icon, .ytp-chrome-top .ytp-button:not(.ytp-playlist-menu-button), .ytp-chrome-controls .ytp-button {
    opacity: .9;
    display: inline-block;
    width: 36px;
    -moz-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: opacity .1s cubic-bezier(0.4,0.0,1,1);
    overflow: hidden;
}
.ytp-button:focus, .ytp-button {
    outline: 0;
}

.ytp-button {
    border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: default;
    line-height: inherit;
    width: 36px;
    height:38px;
}



.play{}
.pause,.audio50,.audio0,.modo-teatro-enabled,.fullscreen-enabled{display:none;}


/*
@media (max-width: 767px){
.volumeBar{display:none !important;}
}
*/

@media (max-width: 1150px){
    #video-streaming-nofullscreen {
        width: 100%;
    }
}