.YT_time_container {
  width: 100%;
  position: relative;
}
.left {
  width: 100%;
  background-color: rgba(0, 0, 0, 1);
  float: left;
  color: white;
}
.right-wrapper {
  width: 100%;
  float: left;
}

.right {
  height: 100%;
  position: absolute;
}
/* ---------Youtube Video Embed------------- */
.responsive-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#timecode tr {
  cursor: pointer;
}
/*LG*/
@media (min-width: 992px) {
  .left {
    width: 75%;
  }
  .right-wrapper {
    width: 25%;
    float: right;
  }
}
