.tbl-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.tbl-overlay {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  padding: 100px 20px;
  background: rgba(0,0,0,0.4);
}
.tbl-logo {
  max-width: 150px;
  margin-bottom: 20px;
}
.tbl-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #0073aa;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.tbl-btn:hover {
  background: #005177;
}
