.elementor-988815 .elementor-element.elementor-element-dc03f28{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-988815 .elementor-element.elementor-element-e29d815 > .elementor-container{max-width:450px;}.elementor-988815 .elementor-element.elementor-element-f1b50be{width:var( --container-widget-width, 450px );max-width:450px;--container-widget-width:450px;--container-widget-flex-grow:0;}@media(min-width:768px){.elementor-988815 .elementor-element.elementor-element-f8b7a98{width:100%;}}/* Start custom CSS for html, class: .elementor-element-f1b50be */.cfth-video-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 24px;
}

.cfth-video-card .elementor-widget-html,
.cfth-video-card .elementor-widget-container,
.cfth-video-wrap {
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.cfth-video-wrap {
  position: absolute;
  inset: 0;
}

.cfth-hover-video {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-f8b7a98 */.cfth-video-card {
  position: relative;
  overflow: hidden;
  height: 700px;
  min-height: 560px;
  border-radius: 20px;
}

.cfth-video-card .elementor-widget-html,
.cfth-video-card .elementor-widget-container,
.cfth-video-wrap {
  width: 100%;
  height: 100%;
  min-height: 560px;
}

.cfth-video-wrap {
  position: absolute;
  inset: 0;
  background: #111;
}

.cfth-hover-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Mooie middelste play knop */
.cfth-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%) !important;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: none !important;
  background: rgba(255,255,255,0.15) !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: none !important;
  cursor: pointer;
  padding: 0 !important;
  transition: opacity 0.25s ease, visibility 0.25s ease !important;
}

.cfth-play-btn:hover,
.cfth-play-btn:focus,
.cfth-play-btn:active {
  transform: translate(-50%, -50%) !important;
  background: rgba(0,0,0,0.45) !important;
  outline: none !important;
  box-shadow: none !important;
}

.cfth-play-btn span {
  position: absolute;
  left: 35px;
  top: 27px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 26px solid #fff;
}

.cfth-video-card.is-playing .cfth-play-btn {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.85);
}

/* Onderknoppen */
.cfth-replay-btn,
.cfth-mute-btn {
  position: absolute;
  bottom: 18px;
  z-index: 6;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(0,0,0,0.48);
  color: #fff;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: pointer;
}

.cfth-replay-btn {
  left: 18px;
  border-radius: 999px;
  padding: 11px 16px;
  font-size: 14px;
  font-weight: 600;
}

.cfth-mute-btn {
  right: 18px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.cfth-mute-btn .icon {
  display: block;
  line-height: 1;
}

.cfth-replay-btn:hover,
.cfth-mute-btn:hover,
.cfth-play-btn:hover {
  transform: scale(1.04);
}/* End custom CSS */