.video-box {
  width: 100%;
  position: relative;
  z-index: 3;
}
.video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-box p {
  text-align: center;
  margin-top: 3%;
  font-size: 18px;
}
