.tour_c_video-overlay-container {
  position: relative;
  width: 60vw;          
  height: 100vh;         
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  overflow: hidden;
}

.tour_c-video,
.tour_c_video-overlay-image {
  position: absolute;
  top: 0;  
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour_c-video {
  z-index: 1;
}

.tour_c_video-overlay-image {
  background-image: url("/image/packageSetC.webp");
  background-size: cover;
  background-position: center;
  opacity: 1;
  z-index: 2;
}

.tour_c_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  text-shadow: 2px 2px 4px rgba(8, 8, 8, 0.5);
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  border-radius: 8px;
}
