.tcw-ginsburg-video-roll {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
}

.tcw-ginsburg-video-roll > div:first-child {
  width: 74.8%;
  padding-right: 20px;
}

.tcw-ginsburg-video-roll > div:last-child {
  width: 25%;
  height: 40vw;
  overflow-y: scroll;
  max-height: 614px;
}

.tcw-ginsburg-video-roll p {
  margin-bottom: 0;
  margin-top: 10px;
}

.tcw-ginsburg-video-roll h6 {
  margin-bottom: 20px;
}

.tcw-ginsburg-video-roll .video {
  padding-top: 56.25%;
  background-repeat: none;
  background-size: cover;
  position: relative;
}

.tcw-ginsburg-video-roll .list .video:after {
  content: "";
  background: #b2ffd3;
  width: 54px;
  height: 54px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='460' height='531' overflow='visible'%3E%3Cpath fill='black' d='M.5.866l459 265.004L.5 530.874z'/%3E%3C/svg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.tcw-ginsburg-video-roll .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tcw-ginsburg-video-roll .is-playing .video:after {
  display: none;
}

.tcw-ginsburg-video-roll .now-playing {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  top: 0;
  left: 0;
  background: rgba(0, 17, 103, 0.5);
  text-align: center;
  padding-top: 21%;
  font-size: 24px;
}

@media (max-width: 1000px) {
  .tcw-ginsburg-video-roll > div:first-child {
    width: 100%;
    padding: 0;
  }
  .tcw-ginsburg-video-roll > div:last-child {
    width: 100%;
    padding: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    max-height: 250px;
  }

  .tcw-ginsburg-video-roll .list a{
    display: inline-block;
    width: 200px;
    white-space: normal;
    vertical-align: top;
    padding: 0px 18px;
    border-right: 1px solid rgba(247, 247, 247, 0.05);
  }

}