.video-flex-box {
  width: fit-content;
  display: flex;
  justify-content: space-between;
}

.box-video {
  width: 30vw;
  height: 30vw;
  margin-left: 1vw;
  margin-bottom: 3vw;
  border: 1px solid #dee2e6;
  background-color: white;
  color: #343a40;
  display: block;
  overflow: hidden;
}

.box-video > img {
  width: 30vw;
  height: 20vw;
}

.box-video > div {
  width: 30vw;
  height: 8vw;
  display: flex;
  justify-content: right;
  align-items: center;
  text-align: left;
}

.box-video > div > img {
  width: 5vw;
  height: 5vw;
}

.box-video > div > div {
  text-align: right;
  width: 24vw;
  height: 100%;
  margin-top: 1vw;
  font-weight: bold;
  font-size: 2.5vw;
  line-height: 8vw;
  margin-right: 0.5vw;
}

.box-video-twin {
  width: 100%;
  height: 55vw;
  border: 1px solid #dee2e6;
  background-color: white;
  color: #343a40;
  display: block;
}

.box-video-twin > img {
  width: 100%;
  height: 45vw;
}

.box-video-twin > div {
  display: flex;
  margin-top: 0.3vw;
  text-align: left;
}

.box-video-twin > div > img {
  width: 20%;
  height: auto;
}

.box-video-twin > div > div {
  text-align: right;
  width: 80%;
  margin-top: 2vw;
  font-weight: bold;
  font-size: 2vw;
  line-height: 1.1vw;
}