.runda-news-video {
  position: relative;
  padding: calc(var(--text-gap-lg) * 2) 0;
  background: #FFFBF5;
}

.runda-news-video-decorate-wapper {
  position: absolute;
  bottom: calc((var(--text-gap-lg) * 2));
  left: 0;
  width: 34.68%;
}

.runda-news-video-decorate-wapper img {
  width: 100%;
  height: auto;
}

.runda-news-video-warpper {
  position: relative;
}

.runda-news-video-warpper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000000E3 0%, #0A172900 100%);
}

.runda-news-video-warpper>img,
.runda-news-video-warpper>video {
  width: 100%;
  height: auto;
}

.runda-news-video-title {
  position: absolute;
  top: 33.1%;
  left: 3%;
}

.runda-news-video-title h2 {
  color: #FFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: clamp(16px, 4vw, 60px);
  font-weight: 400;
  line-height: normal;
}

.runda-news-video-log {
  position: absolute;
  top: 7.7%;
  left: 3.4%;
  width: calc(99 / 1300 * 100%);
  height: auto;
}

.runda-news-video-log img {
  width: 100%;
  height: auto;
}