.youtube-container {
  display: block;
  margin: 10px auto 25px;
  width: 100%;
  max-width: 600px;
}

.youtube-player {
  /*padding-bottom: 56.25%;*/
  overflow: hidden;
  /*position: relative;*/
  width: 100%;
  height: 100%;
  cursor: pointer;
  /*display: block;*/
}

.thumbnail {
  position: relative;
  display: flex;
}

.thumbnail::before {
  content: attr(data-duration);
  position: absolute;
  background-color: rgba(0,0,0,.85);
  color: #fff;
  right: 5px;
  bottom: 5px;
  padding: .1em .3em;
  border-radius: .3em;
  font-size: .9rem;
  z-index: 100;
}

.video-bottom-section {
  /*display: flex;*/
  align-items: flex-start;
  margin-top: 1rem;
  /*overflow-wrap: break-word;*/
  /*hyphens: manual;*/
  /*word-wrap: break-word;*/
  /*font-size: xx-large;*/
}

.channel-icon {
  margin-right: .75rem;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  outline: none;
  width: 36px;
  height: 36px;
  background-color: var(--bs-body-bg);
}

.video-details {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: rgb(235,235,235);
}

.video-title {
  font-size: 9px;
  /*font-weight: 700;*/
  margin-bottom: .5rem;
  text-decoration: none;
  color: #e3e3e3;
  /*overflow-wrap: break-word;*/
  /*hyphens: manual;*/
  /*word-wrap: break-word;*/
  margin-top: 15px;
}

.video-channel-name {
  margin-bottom: .1rem;
  text-decoration: none;
  transition: color 150ms;
}

.video-channel-name:hover {
  color: #767576;
}

.video-channel-name, .video-metadata {
  color: #111111;
}

#vv {
  position: sticky;
  top: 100px;
  width: 80%;
  margin-left: 40px;
}

#rotate-text {
  width: 65px;
  transform: rotate(-90deg);
  font-size: 30pt;
  color: #ffcc29;
  margin-top: 36px;
  margin-left: 40px;
  position: relative;
}

