#watchExperience {
    width: 100%;
    height: calc(100vh - 190px);
    position: relative;
    z-index: 80;
    margin-bottom: -20px;
  }
  #watchExperience.is-live #videoBackground {
    justify-content: center;
  }
  #watchExperience.is-live .videoBackground {
    background: rgba(255,255,255,0.8);
  }
  #watchExperience.is-live #videoBackgroundImage {
    display: none !important;
  }
  #videoStream {
    background-color: #000;
    width: 100%;
    height: auto;
    border: none;
  }
  #videoControls {
    position: absolute;
    top: 36%;
    top: 5%;
    right: 8px;
    width: 40px;
    clear: both;
    display: flex;
    flex-direction: column;
    background: transparent;
    padding: 10px;
    justify-content: center;
    /* align-items: center; */
    margin-top: 0px;
    z-index: 998;
  }
  #videoPlay, #fullscreen-mobile {
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 0;
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
    position: relative;
  }
  
  #fullscreen-mobile {
    margin-top: 5px;
  }
  
  #videoPlay.wait.wait, #fullscreen-mobile.wait {
    opacity: 0.3 !important;
  }
  #videoPlay.paused::after, #videoPlay.playing::after, #fullscreen-mobile::after {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px !important;
    width: 32px;
    height: 32px;
    font: var(--fa-font-regular);
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    color: black;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  #videoPlay.paused::after {
    content: "\f04b"; 
  }
  #videoPlay.playing::after {
    content: "\f04c"; 
  }
  #fullscreen-mobile::after {
    content: "\f31e"; 
  }
  
  #videoMute {
    background-color: white;
    background-position: center !important;
    background-size: 20px auto !important;
    background-repeat: no-repeat !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 0;
    width: 32px;
    height: 32px;
    position: relative;
  }
  #videoMute.wait.wait {
    opacity: 0.3 !important;
  }
  #videoMute.muted::after, #videoMute.low::after, #videoMute.medium::after, #videoMute.high::after    {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px !important;
    width: 32px;
    height: 32px;
    font: var(--fa-font-regular);
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    color: black;
    left: 0px;
    z-index: 1;
  }
  #videoMute.muted::after {
    content: "\f6a9";
    margin: -1px;
  }
  #videoMute.low::after {
    content: "\f027"; 
    margin: -4px;
  }
  #videoMute.medium::after {
    content: "\f6a8"; 
    margin-left: -3px;
  }
  #videoMute.high::after {
    content: "\f028"; 
  }
  
  #videoVolume {
    width: 200px;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    display: none;
    position: relative;
  }
  #videoVolume.wait.wait {
    opacity: 0.3 !important;
  }
  
  #videoVolumeBar {
    height:6px;
    border-radius: 3px;
    background-color:#FFF;
  }
  
  #videoStatus {
    position: absolute;
    display: flex;
    top: 135px;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  #chatViewers {
    display: flex;
    position: relative;
    left: 0;
    height: 30px;
    padding-left: 15px;
    font-size: 15px;
    align-items: center;
    color: #fff;
    cursor: pointer;
  }
  #chatViewerContainer {
    display: none;
    position: absolute;
    width: 250px;
    z-index: 999;
    left: 15px;
    margin-top: 60px;
    min-height: 100px;
    max-height: 250px;
    background: black;
    border: 1px solid #262626;
    border-radius: 8px;
  }
  #chatViewerList {
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: white transparent;
    max-height: 250px;
  }
  @media (max-width: 991px) {
    #chatViewerContainer {
      top: 5px;
      width: 50%;
      margin-top: 50px;
    }
    #chatViewers {
      display: flex;
      height: 18px;
      padding-left: 15px;
      font-size: 12px;
      align-items: center;
      color: #fff;
    }
  }
  @media (max-width: 719px) {
    #chatViewerContainer {
      top: 103px;
      width: 50%;
      margin-top: 50px;
    }
    #chatViewers {
      display: flex;
      height: 18px;
      padding-left: 15px;
      font-size: 12px;
      align-items: center;
      color: #fff;
    }
  }
  #chatViewerContainer.open {
    display: initial;
  }
  .chatViewListUser {
    display: block;
    padding: 5px 10px;
    color: white;
  }
  #videoViewers {
    display: flex;
    left: 0;
    height: 18px;
    padding-left: 30px;
    font-size: 12px;
    align-items: center;
    color: #fff;
  }
  #videoViewers.wait.wait {
    opacity: 0.3 !important;
    justify-self: flex-end;
  }
  #videoViewers.notlive {
    display: none;
  }
  #videoViewers.live::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'FontAwesome';
    content: "\f06e"; 
    font-size: 13px;
    width: 18px;
    height: 18px;
    font: var(--fa-font-regular);
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: black;
    background: #fff;
    border-radius: 50%;
    margin-right: 5px;
  }
  
  #chatViewers.live::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'FontAwesome';
    content: "\f27a"; 
    font-size: 13px !important;
    width: 18px;
    height: 18px;
    font: var(--fa-font-regular);
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: black;
    background: #fff;
    border-radius: 50%;
    margin-right: 5px;
  }
  
  #videoLive {
    position: absolute;
    right: 10px;
    padding: 4px 4px 1px 4px;
    color: #fff;
    font-family: helveticaneueltpro-hvcn,helveticaneue-black,helvetica neue black,helveticaneue,helvetica neue,texgyreherosbold,arial black,sans-serif;
    font-size: 12px;
    display: none;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.04rem;
  }
  #videoLive.wait.wait {
    display: none;
  }
  #videoLive.notlive {
    display: none;
  }
  #videoLive.live {
    background-color:#900;
    display: inline-block;
  }
  
  #videoOffline {
    background-color:#900;
  }
  #videoOffline.wait.wait {
  
  }
  #videoOffline.notlive {
    
  }
  #videoOffline.live {
    display:none;
  }
  
  #breaking-next {
    position: absolute;
    width:100%;
    background-color: black;
    opacity: 0;
    height: 0;
    overflow: hidden;
    top: calc(146px + (100vw * .5425));
    overflow-y: scroll;
    z-index: 999; 
  }
  @media(min-width: 371px) {
    #breaking-next {
      top: calc(146px + (100vw * .5425));
    }
  }
  #breaking-next.show {
    height: calc(100vh - 465px);
    opacity: 1;
    background: #151515;
  }
  #breaktrigger.show svg {
    transform: rotate(90deg);
  }
  #breaking-next h2 {
    display: none;
  }
  #chatBlock {
    position: relative;
    text-align: left;
    color: #fff;
    font-size: 12px;
    text-shadow: rgb(0 0 0 / 50%) 1px 1px 2px;
    font-weight: 500;
    height: calc(100vh - (100vw * .5825));
    width: 100%;
    background: url('https://www.clubhousebreaks.com/wp-content/themes/TheClubHouse2.0/images/exclusives-background.jpg');
    width: 100%;
    /* padding-right: .5rem; */
  }
  #chatBlock div {
    margin-bottom: 30px;
    font-size: 15px;
    clear: both;
  }
  
  @media(min-width: 665px) and (max-width: 990px) {
    #chatBlock div:last-of-type {
      margin-bottom: 84px;
    }
  }
  #chatMask {
    /* height:300px;*/
    height: 100%;
    overflow: hidden;
    margin-bottom: 0 !important;
    /*overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: white transparent; */
    -webkit-mask-image: linear-gradient(0deg, rgb(0, 0, 0) 60%, transparent);
  }
  #chatLog {
    overflow-y: scroll;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: white transparent;
    max-height: 100%;
    height: auto;
    margin-bottom: 0 !important;
    bottom: 0;
    text-align: left;
    color: #fff;
    padding-left: 30px;
    width: 100%;
    max-width: 100%;
    position: absolute;
  }
  #chatLog::-webkit-scrollbar, #chatViewerList::-webkit-scrollbar {
    width: .25rem;
  }
  
  #chatLog::-webkit-scrollbar-track, #chatViewerList::-webkit-scrollbar-track {
    box-shadow:none;
    -webkit-box-shadow: none;
    background: transparent;
  }
  
  #chatLog::-webkit-scrollbar-thumb, #chatViewerList::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.25);
    outline: none;
    border-radius: 20px;
  }
  
  #chatControls {
    position: absolute;
    /* bottom: -15px; */
    bottom: 0px;
    left: 0;
    width: 100%;
    clear: both;
    display: flex;
    flex-direction: row;
    background: black;
    padding: 10px;
    justify-content: center;
    height: 63px;
    z-index: 999;
  }
  #chatControls input[type=text] {
    border-radius: 6px;
    border: none;
    background: rgba(255,255,255,0.3);
    width: 850%;
  }
  #chatControls input[type=text]::-webkit-input-placeholder { 
    color: rgba(0,0,0,0.4);
  }
  button#chatButton, button#emojiButton, button#fireworkButton {
    background-color: #7099CD;
    color: white;
    border-radius: 6px;
    margin-right: 8px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    transition: background-color .3s ease;
  }
  button#fireworkButton:hover {
    filter: brightness(120%);
    background-color: #ff5252 !important;
  }
  button#fireworkButton {
    border: solid 1px #e14747;
  }
  button#chatButton, button#emojiButton {
    display: none;
  }
  button#fireworkButton {
    margin-left: 0;
  }
  button#chatButton:hover {
    background-color: #95B3DA;
  }
  button.chatButton-secondary {
    background-color: #5d5c5c !important;
    border: solid 1px #fff;
    transition: background-color .3s ease;
  }
  button#fireworkButton {
    background-color: #e14747 !important;
    padding: 5px 10px;
  }
  button.chatButton-secondary:hover {
    background-color: #fff !important;
  }
  button.chatButton-secondary:hover #smiley .colorFill, button.chatButton-secondary:hover #big-hittie .colorFill {
    fill: #000;
  }
  #chatbutton #arrowed, #emojiButton #smiley, #fireworkButton #big-hittie {
    width: 20px;
    height: auto;
  }
  #fireworkButton #big-hittie {
    width: 30px;
  }
  #chatbutton svg .colorFill, #emojiButton svg .colorFill, #fireworkButton svg .colorFill {
    fill: white;
    transition: fill .3s ease;
  }
  .chatLogFullscreen {
    width: initial !important;
    right: initial !important;
  }
  .chatControlsFullscreen {
    width: initial !important;
  }
  #arrowed, #maximize, #minimize, #smiley, #big-hittie {
    width: 20px;
    height: auto;
  }
  #arrowed .colorFill, #maximize .colorFill, #minimize .colorFill, #smiley .colorFill, #big-hittie .colorFill {
    fill: white;
  }
  .smiley-chatButton {
    margin-left: 80px;
  }
  button#fullscreenButton {
    background: transparent;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    align-items: center;
  }
  button#openchatButton {
    background: transparent;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    align-items: center;
  }
  #minimize {
    display: none;
  }
  
  #breaktrigger {
    background: black;
    color: white;
    margin-top: -10px;
    padding: 20px 0;
    font-size: 24px;
    line-height: 0;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    flex-direction: row;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    position:relative;
    z-index: 400;
    font-family: helveticaneueltpro-hvcn,helveticaneue-black,helvetica neue black,helveticaneue,helvetica neue,texgyreherosbold,arial black,sans-serif;
  }
  #breaktrigger svg {
    margin: -6px 0 0 6px;
  }
  #emojiPicker {
    float: left;
    position: absolute;
    z-index: 999;
    bottom: 0px;
    left: 45px;
  }
  #emojiButton.open {
    -webkit-box-shadow: inset 0px 0px 5px #222222;
       -moz-box-shadow: inset 0px 0px 5px #222222;
            box-shadow: inset 0px 0px 5px #222222;
     outline: none;
  }
  .chat-abrv {
    padding: 9px;
    border: 2px solid;
    border-radius: 100%;
    margin-right: 8px;
    text-align: center;
    display: block;
    height: 47px;
    width: 47px;
    float: left;
    line-height: 1.6;
  }
  .chat-text {
    display: flex;
  }
  .chat-text-username {
    font-size: 16px;
    padding-top: 10px;
    color: #fff;
  }
  
  .dolby-lineup.complete .thumbnail {
    background: #d3d3d3;
  }
  .dolby-lineup.breaking .thumbnail {
    background: #7099cd;
  }
  .dolby-lineup.on-deck .thumbnail {
    opacity: 1 !important;
    background: #ffffff;
  }
  .dolby-lineup.on-deck .thumbnail:hover {
    opacity: 0.6 !important;
  }
  .dolby-lineup .thumbnail .slide {
    background: initial !important;
  }
  .dolby-lineup:not(.breaking) .thumbnail .slide {
    background: white !important;
  }
  .dolby-lineup.breaking .thumbnail .title {
    color: #ffffff !important;
  }
  .dolby-lineup.breaking .thumbnail .slide {
    color: #ffffff !important;
  }
  .dolby-lineup.breaking .arrow-left {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #7099cd;
    position: absolute;
    left: -10px;
    top: 30%;
  }
  #videoBackground {
    position: absolute;
    width: 100%;
    height: calc(100% - 60px);
    display: flex;
    background-size: cover;
    position: absolute;
    background-position: center;
    z-index: 300;
    background-color: darkgray;
  }
  .transparent-background {
    background: transparent !important;
  }
  #videoBackgroundImage {
    width: 40%;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    margin-left: 120px;
    opacity: 0;
  }
  #videoTimer {
    max-width: 550px;
    width: 50%;
    margin: auto;
    padding-right: 15%;
    padding-bottom: 8%;
    font-size: 38px;
  }
  .videoBackground {
    background: rgba(255,255,255,0.6);
    padding: 15px;
  }
  .videoTimerHeader {
    text-align: center;
    padding-top: 15px;
    font-family: 'HelveticaNeueLTPro-HvCn', "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Arial Black", sans-serif;
  }
  .liveIndicator {
    background: #d53b3a;
    color: white;
    padding: 10px 10px 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .liveStartIn {
    color: black;
    text-transform: uppercase;
    font-size: 22px;
  }
  .countDownSection {
    margin-top: 25px;
    width: 100%;
    display: flex;
    text-align: center;
  }
  .timeSection {
    width: 33%;
  }
  .timeHeader {
    font-size: 15px;
    color: #000;
    font-weight: 400;
  }
  .timeCount {
    display: flex;
    justify-content: space-around;
    font-size: 60px;
    height: 55px;
    position: relative;
    top: 32px;
    color: #3b3b3b;
    font-family: 'HelveticaNeueLTPro-HvCn', "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Arial Black", sans-serif;
  }
  .timeCount.hours .timeColon {
    position: relative;
    left: 10px;
  }
  .timeCount.minutes #timerMinutes, .timeCount.minutes .timeColon {
    position: relative;
    left: 10px;
  }
  .timeColon {
    float: right;
  }
  #filmstrip .thumbnail .col.np {
    margin-left: 0px;
    margin-right: 0px;
    }
  .excludeStreamTimer {
    margin: auto !important;
  }
  .hideTimer {
    display: none !important;
  }
  @media(max-width: 767px) {
    #videoBackgroundImage {
      display: none !important;
    }
    #videoBackgroundImage.excludeStreamTimer {
      display: flex !important;
      width: 80%;
    }
    #videoTimer {
      width: 90% !important;
      padding: 0;
      font-size: 28px;
      margin: 0px auto 0 auto;
    }
    .timeCount {
      font-size: 50px;
    }
  }
  @media(min-width: 768px) {
    #videoBackground {
      align-items: flex-start;
      padding-top: 50px;
    }
    #videoBackgroundImage {
      margin: 0 auto 0 auto;
    }
    #videoBackgroundImage {
      display: flex !important;
    }
    #videoTimer {
      margin: 0;
      display: flex;
      height: 100%;
      align-items:flex-start;
      justify-content: center;
      padding: 60px 0 0 0;
      font-size: 30px;
    }
    .videoBackground {
      margin-top: -60px;
    }
    .timeCount {
      font-size: 52px;
      height: 75px;
    }
  }
  @media(min-width: 1200px) {
    #videoTimer {
      width: 50% !important;
      align-items: center;
      padding: 0;
      font-size: 38px;
    }
    #videoBackgroundImage {
      width: 50%;
    }
    .timeCount {
      font-size: 60px;
    }
  }
  
  @media(min-width: 768px) and (max-width: 820px) {
    /*.storefront-primary-navigation {
      display: none;
    }
     #watchExperience {
      height: calc(100vh - 97px);
    } */
    button#chatButton, button#emojiButton, button#fireworkButton {
      display: flex;
    }
    #chatControls input[type=text] {
      margin-right: 8px;
    }
    #videoStream {
      height: calc(100vw * .5625);
    }
    #chatBlock {
      height: calc(82vh - (100vw * .5625));
    }
    #breaking-next {
      top: calc(146px + (100vw * .5625));
    }
    #videoControls {
      right: 10px;
    }
    button#emojiButton, button#fireworkButton {
      display: none;
    }
  }
  .needsclick.kl-teaser-RWiuaT {
    margin: 0px 60px !important;
  }
  @media(max-width: 500px) {
    #chatBlock {
      padding-bottom: 85px;
    }
  }
  @media(max-width: 990px){
    #chatMessage {
      color: white;
    }
  }
  @media screen and (min-width: 280px) and (max-width: 370px) { 
    
  }
  @media screen and (min-width:768px) { 
    .needsclick.kl-teaser-RWiuaT {
      position: absolute !important;
      bottom: 75px !important;
      right: 0px !important;
      left: auto !important;
      width: 100px !important;
    }
    .needsclick.kl-teaser-RWiuaT span.needsclick {
      background: #d53b3a !important;
    }
    .needsclick.kl-teaser-RWiuaT span.needsclick .go3176171171 {
      color: white !important;
      background: transparent !important;
    }
  }
  @media (min-width:990px) { 
    .needsclick.kl-teaser-RWiuaT {
      bottom: 64px !important;
      right: 26vw !important;
      left: auto !important;
    }
  }
  @media screen and (min-width: 280px) and (max-width: 760px) { 
    .needsclick.kl-teaser-RWiuaT {
      display: none;
    }
  }
  @media screen and (min-height: 280px) and (max-height: 500px) and (min-width: 653px) and (orientation:landscape) { 
    #videoStream {
      height: calc(100vh - 60px);
      width: 100%;
    }
    #watchExperience, #breaking-next {
      height: 100vh !important;
    }
  }
  
  
  @media screen and (min-width: 667px) and (max-width: 820px) and (orientation:landscape),
  (max-height: 440px) and (orientation:landscape) {
    main {
      margin-bottom: 0;
    }
     #masthead, .storefront-handheld-footer-bar {
      display: none;
    }
    #chatControls {
        width: 60%;
        bottom: 0;
    }
    #breaktrigger {
        position: absolute;
        right: 0;
        width: 40%;
        z-index: 1000;
        height: 63px;
        bottom: 0px;
    }
    #breaking-next.show {
      top: 0px;
      height: calc(100vh - 60px);
    }
    #watchExperience {
      height: 100vh;
    }
    #videoStream {
      height: calc(100vh - 60px);
      width: 100%;
    }
    #chatBlock {
        position:absolute;
        left: 0;
        top: 0;
        width: 30%;
        height: calc(100vh - 60px) !important;
        /*background: linear-gradient(transparent, rgb(0,3,5) 85%);*/
        background: transparent;
    }
  }
  @media screen and (min-width: 653px) and (max-width: 990px) and (orientation:landscape) {
    #masthead {
       display: none;
    }
    #chatControls {
        bottom: 0px;
    }
  }

  @media(min-width: 653px) and (max-width: 990px) {
    #watchExperience {
      height: 100vh;
    }
    #videoStatus {
      top: 30px !important;
    }
    #videoStream {
      width: 100%;
      height: calc(100vh - 63px);
      border: none;
    }
    #videoControls {
      /* top: 60%; */
    }
    #chatBlock {
      width: 36%;
      position: absolute;
      top: 0;
      left: 0px;
      height: calc(100vh - 63px);
      background: transparent;
      z-index: 999;
      /*background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(20,20,20,0) 100%);*/
  }
    #chatControls {
      width: 65%;
      background: #262626;
    }
    #breaktrigger {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 35%;
      height: 63px;
      z-index: 1000;
    }
    button#chatButton, button#emojiButton {
      display: none;
    }
    button#fireworkButton {
      display: flex;
      margin-left: 0;
    }
    #breaking-next.show  {
      width:100vw;
      height: calc(100vh - 63px);
      position: absolute;
      top: 0;
      opacity: 1;
    }
  }
  @media(min-width: 992px) {
    #fullscreen-mobile {
      display: none;
    }
    #videoStream {
      width: 100%;
      height: calc(100% - 60px);
      border: none;
    }
    #watchExperience {
      width: 75%;
      height: calc(100vh - 200px);
      float: left;
      position: relative;
    }
    #breaking-next, #breaking-next.show  {
      width:25%;
      height: calc(100vh - 200px);
      background-color: black;
      float:right;
      position: relative;
      opacity: 1;
      top: 0;
    }
    #breaktrigger {
      display: none;
    }
    #chatBlock {
      position: absolute;
      bottom: 63px;
      text-align: left;
      color: #fff;
      font-size: 12px;
      text-shadow: rgb(0 0 0 / 50%) 1px 1px 2px;
      font-weight: 500;
      height: 80%;
      float: right;
      background: transparent;
      /*background: linear-gradient(transparent, rgb(0,3,5) 85%);*/
      width: 30%;
      z-index: 400;
      /* padding-right: 2.5rem; */
      top: auto;
  }
  #chatLog {
    position: absolute;
    text-align: left;
    color: #fff;
    padding-left: 30px;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.38) 30%, rgba(0,0,0,0) 100%)
  }
  #chatMask, #chatLog {
    margin-bottom: 0px !important;
  }
    #chatControls input[type=text] {
      background: white;
    }
    #chatControls {
      position: absolute;
      bottom: 0px;
      left: 0;
      clear: both;
      display: flex;
      flex-direction: row;
      background: black;
      width: calc((100vw - 246px) * .63);
    }
    .smiley-chatButton {
      margin-left: 20px;
    }
    button#fullscreenButton {
      display: flex;
    }
    button#openchatButton {
      display: flex;
    }
    #videoControls {
      display: flex;
      justify-content: flex-end;
      position: absolute;
      bottom: 0px;
      right: 0;
      left: auto;
      clear: both;
      display: flex;
      flex-direction: row;
      background: black;
      height: 63px;
      width: calc((100vw - 246px) * .5);
      padding-right: 20px;
    }
    #chatMask {
      height:100%;
      -webkit-mask-image: linear-gradient(0deg, rgb(0, 0, 0) 60%, transparent);
    }
    #breaking-next {
      background: #151515;
    }
    #breaking-next h2 {
      display: block;
      color: #fff;
      font-size: 32px;
      background: black;
      border-bottom: solid 1px rgba(255,255,255,0.2);
    }
    button#chatButton, button#emojiButton, button#fireworkButton {
      display: flex;
    }
    #chatControls input[type=text] {
      margin-right: 8px;
    }
    button#emojiButton, button#fireworkButton {
      margin: 0 8px 0 0;
    }
    #videoMute.muted::after {
      content: "\f6a9";
      margin: -2px;
    }
    #videoMute.low::after {
      content: "\f027"; 
      margin: -4px;
    }
    #videoMute.medium::after {
      content: "\f6a8"; 
      margin-left: -3px;
    }
  }
  .dolbyio-video {
    height: 480px;
    width: 640px;
  }
  @media(max-width: 767px) {
    #chatBlock {
      /* height: calc(60vh - 160px); */
      padding-bottom: 0px;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      /* z-index: 1; */
    }
    #chatBlock div:last-of-type {
      margin-bottom: 100px;
    }
    #videoStream {
      position: relative;
      z-index: 200;
    }
    #chatMask {
      margin-bottom: 0px;
    }
  }
  
  @media(max-width: 669px) {
    #breaktrigger {
      font-size: 20px;
    }
  }
  
  @media(max-width: 574px) {
    #breaktrigger {
      font-size: 15px;
    }
  }
  
  @media(max-width: 499px) {
    #breaktrigger {
      font-size: 25px !important;
    }
    /* #chatBlock {
      height: calc(100vh - 480px);
      height: calc((100vh - 190px) - (100vw * .5625)) !important;
    } */
  }
  @media(min-width: 768px) {
    #watchExperience_chat .chatControls {
      width: 60%;
      max-width: 800px;
    }
    #videoStatus {
      top: 110px !important;
    }
  }
  @media(min-width: 992px) {
    #videoControls {
      justify-content: flex-end;
      flex-direction: row;
      position: absolute;
      top: auto;
      bottom: 0px;
      right: 0;
      left: auto;
      height: 63px;
      width: calc((100vw - 246px) * .5);
      padding-right: 20px;
      margin-bottom: 0;
      overflow: hidden;
    }
    #videoPlay {
      border-radius: 6px;
      margin-right: 8px;
      padding: 10px 15px;
      width: 50px;
      height: 43px;
      background: #5d5c5c;
      border-radius: 6px;
      border: solid 1px #fff;
      transition: all .3s ease;
     }
  
    #videoPlay.playing::after, #videoPlay.paused::after {
      font-size: 25px !important;
      width: 50px;
      height: 43px;
      top: -2px;
      left: 0px;
      z-index: 1;
      color: white;
      transition: color .3s ease;
    }
    #videoPlay:hover {
      background-color: white;
    }
    #videoPlay:hover::after {
      color: black;
    }
    #videoMute {
      margin-right: 8px;
      padding: 10px 15px;
      width: 28px;
      height: 43px;
      background: transparent;
      cursor: pointer;
    }
    #videoMute.high::after, #videoMute.medium::after, #videoMute.low::after,#videoMute.muted::after  {
      font-size: 25px !important;
      width: 35px;
      height: 43px;
      z-index: 1;
      color: white;
    }
    #videoVolume {
      width: 150px;
      display: flex;
      position:relative;
      align-items: center;
      justify-content: flex-start;
      background: transparent;
    }
    #videoStatus {
      top: 222px !important;
      width: 75%;
    }
    #videoViewers {
      display: flex;
      position: relative;
      left: 0;
      height: 30px;
      padding-left: 30px;
      font-size: 15px;
      align-items: center;
      color: #fff;
      align-items: center;
    }
    #videoViewers::before {
      display: flex;
      position: relative;
      left: 0;
      height: 30px;
      font-size: 15px;
    }
    #videoViewers.live::before, #chatViewers.live::before {
      font-size: 16px !important;
      width:30px;
      height: 30px;
      border-radius: 50%;
      top: 0px;
      margin-right: 12px;
      position: relative;
    }
    #videoLive {
      font-size:16px;
      padding: 6px 6px 2px 6px;
    }
  }
  @media(min-width: 1349px) {
    #videoVolume {
      width: 200px;
    }
  }
  #watchExperience_chat .chatBlock, #watchExperience_chat .chatMask {
    height: 100% !important;
    width: 100% !important;
    z-index: 998;
  }
  #chatControlsParent {
    background: black;
    width: 100%;
    height: 63px;
    position: absolute;
    bottom: 0;
  }
  #watchExperience_chat .chatControls {
    width: 100%;
    z-index: 999;
    background: black;
  }
  #watchExperience_chat #emojiPicker {
    padding-left: 5px;
    padding-right: 5px;
    left: 0;
    width: 100%;
  }
  @media(min-width: 400px) {
    #watchExperience_chat #emojiPicker {
      padding-left: 0px;
      padding-right: 0px;
      left: 45px;
      width: initial;
    }
  }
  @media(max-width: 990px) {
    #watchExperience_chat #emojiPicker {
      bottom: 63px;
    }
  }
  #watchExperience_chat .chatLog {
    height: 100%;
    padding-top: 100px;
  }
  #watchExperience_chat #emojiButton, #watchExperience_chat #fireworkButton {
    display: flex;
    margin-left: 0;
  }
  #watchExperience_chat #chatButton {
    display: flex;
  }
  #watchExperience_chat #chatMessage {
    background: white;
    color: #43454b;
    margin-right: 8px;
  }
  #openchatButton svg {
    fill: white;
    width: 25px;
  }
  .firework-canvas {
    display: inline-block;
    position: absolute;
  }