.main-box {
  width: 100vw;
  height: 100vh;
  background-image: url(../assets/bg.jpg);
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-box .video-container {
  margin: 20px auto 0;
  width: 1200px;
  height: 674px;
  background-image: url(../assets/bg.png);
  background-size: cover;
  background-color: #000;
  position: relative;
}
.main-box .video-container .c-video {
  width: calc(100% - 20px);
  height: calc(100% - 30px);
  margin-left: 10px;
  margin-top: 14px;
}
.main-box .video-container .ranking {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: -40px;
  right: 0px;
}
.main-box .video-container .ranking .c-img {
  width: 15px;
  height: 18px;
}
.main-box .video-container .ranking .c-text {
  color: #fff088;
  font-size: 18px;
}
