.slider-video-wrapper { width: 100%; position: relative;background-color: white; }
#slider-splide { width: 100vw; }
.splide__slide { position: relative; }
#slider-splide-list {
  min-height: 950px;
}
.slide-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    text-align: left;
    z-index: 2;
    max-width: 100%;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
    padding-left: 0;
    padding-right: 0;
}
.slide-content h1, .slide-content h2 {
  font-size: 60px;
  font-weight: 400;
  font-family: 'Gloock';
}
.splide__arrows.splide__arrows--ltr {
  display: none;
}
.slide-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 60px;
  letter-spacing: 20%;
  text-transform: uppercase;
  color: white;
  font-family: 'Roboto', sans-serif;
}
.slider-video-row {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  margin-top: -340px;
}
.slider-video-player {
  pointer-events: auto;
  background: #fff;
  border-radius: 0;
  padding: 15px;
  width: 100%;
  min-height: 380px;
}
@media (max-width: 768px) {
    .slide-content { max-width: 90%; font-size: 1em; }
    .slider-video-player { margin-left: 0; margin-bottom: 10px; width: 100%; }
}
.slider-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: rgb(255, 255, 255);
  border-radius: 0;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.slider-pagination button, .slider-pagination .num {
  background: none;
  border: none;
  margin: 0 5px;
  cursor: pointer;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #7E7E7E;
}
.slider-pagination .num.active {
  color: #000;
}