.video-list .title {
  min-height: 2.7em;
}
.video-list .title p {
  min-height: 3.1em;
  margin-bottom: 0 !important;
}
.video-list .box {
  position: relative;
}
.video-list .box .box-text {
  position: absolute;
  top: 30px;
  z-index: 10;
}
.video-list .box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.video-list .share-link textarea {
  min-height: 4em !important;
  margin-bottom: 0;
}
.video-list .desc {
  overflow: auto;
  max-height: 6em;
  font-size: 0.8em;
  font-style: italic;
}
.video-list .pnl-video-btn {
  margin-top: 10px;
}
.video-list .pnl-video-btn .fb-share-btn {
  display: inline-block;
}
.video-list .pnl-video-btn .copy-url-btn {
  display: inline-block;
  border: 1px solid #de5400;
  background-color: #ed6f0c !important;
  color: #fff;
  border-radius: 5px;
  min-height: 2em;
  height: 2em;
  line-height: 2em;
  margin-top: -2px;
}
