body {
  height: 100%;
}

section {
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 4rem);
}

.video-box {
  position: relative;
  box-sizing: border-box;
  padding: 1.25rem;
  flex-shrink: 0;
  height: 100%;
}

.video-box span:nth-of-type(1) {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  color: #ffffff;
}

.video-box span:nth-of-type(2) {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  color: #ffffff;
}

.video-box video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.one-size-1 {
  font-size: 2.25rem;
}

.two-size-1 {
  font-size: 1.875rem;
}

.four-size-1 {
  font-size: 1.625rem;
}

.six-size-1 {
  font-size: 1.5rem;
}

.large-size-1 {
  font-size: 1.25rem;
}

.one-size-2 {
  font-size: 1.875rem;
}

.two-size-2 {
  font-size: 1.25rem;
}

.four-size-2 {
  line-height: 1.188rem;
}

.six-size-2 {
  font-size: 1.125rem;
}

.large-size-2 {
  font-size: 1rem;
}