.elementor-21369 .elementor-element.elementor-element-e953437{--display:flex;}/* Start custom CSS for html, class: .elementor-element-506e564 */.yt-live-container{
  display:grid;
  grid-template-columns: 3fr 1.3fr;
  gap:12px;
  width:100%;
  max-width:100%;
  align-items:stretch;
}

/* VIDEO */
.yt-video-wrap{
  position:relative;
  width:100%;
  background:#000;
}

.yt-video-wrap iframe{
  width:100%;
  height:100%;
  aspect-ratio:16/9;
  border:0;
}

/* CHAT */
.yt-chat-wrap{
  height:100%;
  min-height:100%;
}

.yt-chat-wrap iframe{
  width:100%;
  height:100%;
  min-height:100%;
  border:0;
}

/* MOBILE FIX */
@media(max-width:768px){
  .yt-live-container{
    grid-template-columns:1fr;
  }

  .yt-chat-wrap{
    height:420px;
  }
}/* End custom CSS */