.contenedor-video {
  padding: 1rem;
  text-align: center;
}

.video-wrapper {
  max-width: 100%;
  margin: 1rem 0;
}

video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.volver-btn {
  display: inline-block;
  margin-top: 1.5rem;
  color: #007BFF;
  text-decoration: none;
  font-weight: bold;
}

#videoTitle {
  display: none;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #333;
  padding: 0 1rem;
  line-height: 1.4;
}
