body {
  margin: 0;
  padding: 0;
}
.wrap-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0;
  background-image: url("image/bg.jpg");
  background-size: cover;
}
.wrap-movies {
  position: relative;
  width: 65%;
  border: 26px solid #838383;
  border-radius: 20px;
}
.wrap-comment {
  width: 25%;
  padding: 10px;
  background-color: #fff;
}
.wrap-ranking {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.assets-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 30px;
  padding: 10px;
  filter: drop-shadow(2px 4px 6px black);
  color: #fff;
}
.assets-video {
  width: 100%;
}
.assets-sendname {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 14px;
  padding: 10px;
  filter: drop-shadow(2px 4px 6px black);
  color: #fff;
  overflow: hidden;
}
.assets-message {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  width: 100%;
  font-size: 30px;
  padding: 10px;
  filter: drop-shadow(2px 4px 6px black);
  color: #fff;
  overflow: hidden;
}
.wrap-title {
  text-align: center;
  font-size: xx-large;
}
.rank-no {
  width: 15%;
  text-align: right;
}
.rank-name {
  width: 65%;
  padding: 4px 6px;
}
.rank-qty {
  width: 20%;
  text-align: right;
}
