.video-container {
  position: relative;
}

.video-container video {
  width: 100%;
  height: auto;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #000;
 
  padding: 20px;
  border-radius: 8px;
}

.overlay-text h2 {
  font-size: 75px;
  margin-bottom: 15px;
}

.overlay-text p {
  font-size: 18px;
  margin-bottom: 20px;
}

.overlay-text .btn {
  font-size: 16px;
  padding: 10px 20px;
}