.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-8b10f324-9cf5-fc99-1fd6-2d3455af09d3 {
.video-wrapper {
  display: flex;
  max-width: 960px;
  background: #5f6f78;
  border-radius: 8px;
  overflow: hidden;
}

.video-main {
  flex: 2;
  background: #000;
}

.video-main iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
}

.video-playlist {
  flex: 1;
  background: #6f7f88;
  overflow-y: auto;
  max-height: 340px;
}

.video-playlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.video-playlist li {
  display: flex;
  gap: 10px;
  padding: 10px;
  cursor: pointer;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.video-playlist li:hover,
.video-playlist li.active {
  background: rgba(0,0,0,0.3);
}

.video-playlist img {
  width: 100px;
  height: 75px;
  object-fit: cover;
}

.video-playlist span {
  font-size: 14px;
  line-height: 1.3;
}

}