.containerTop {
  background-image: url("/images/diverse/zee.jpg");
  text-shadow: 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #aaa;
  box-shadow: 0px 0px 5px #fff;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  background-color: rgba(0, 0, 0, 0.4); /* optioneel voor leesbaarheid */
  text-align: center;
}
.video-overlay h2 {
  background-color: rgb(255, 0, 119);
  margin-top: 5px;
  font-size: 20px;
  padding: 0 35px;
  border-radius: 25px;
  border: 1px solid #aaa;
  font-style: italic;
  font-family: "Dancing Script", cursive;
  /* text-shadow: 1px 1px 1px black, -1px -1px 1px black; */
  text-shadow: 0 0 5px #f0f, 0 0 8px #f0f, 0 0 10px #f0f;
  letter-spacing: 2px;
  font-size: 22px;
}
.video-content {
  letter-spacing: 1px;
  font-family: Tahoma;
  text-shadow: 1px 1px 1px black, -1px -1px 1px black;
  color: white;
}
.imgL,
.imgR {
  border-radius: 20px;
  border: 1px solid #aaa;
  box-shadow: 0px 0px 5px #fff;
}
.santaBtn {
  margin-top: 15px;
  font-weight: 300;
  font-size: 15px;
  border: 1px solid #aaa;
  box-shadow: 0 0 3px #fff;
  transition: all 0.3s ease-in;
}
.santaBtn:hover {
  background-color: rgb(200, 72, 153);
  box-shadow: 0 0 8px #fff;
}
