.video-section-small {
  position: relative;
  height: 100vh;
  background: url('images/your-background.jpg') center center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-overlay {
  z-index: 2;
}

.video-link {
  background-color: rgba(191, 167, 111, 0.9); /* gold tone */
  color: #fff;
  padding: 14px 28px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.video-link:hover {
  background-color: rgba(191, 167, 111, 1);
}

.tour-section {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  position: relative;
}

.tour-frame {
  width: 100%;
  height: 100%;
  border: none;
}