.ws-section-video-hero .col-xs-12,
.se-section-video-hero .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.ws-section-video-hero .ws-video-hero-wrapper,
.se-section-video-hero .se-video-hero-wrapper {
  position: relative;
  overflow: hidden;
}
.ws-section-video-hero .bg-video,
.se-section-video-hero .bg-video {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
.ws-section-video-hero .video-background,
.se-section-video-hero .video-background {
  background: #000;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.ws-section-video-hero .video-background::after,
.se-section-video-hero .video-background::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 0;
  width: 100%;
  content: '';
}
.ws-section-video-hero .video-background iframe,
.ws-section-video-hero .video-foreground,
.se-section-video-hero .video-background iframe,
.se-section-video-hero .video-foreground {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ws-section-video-hero .fixed-overslider,
.se-section-video-hero .fixed-overslider {
  position: relative;
  width: 100%;
  min-height: 60vh;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 1;
}

.ws-section-video-hero .fixed-overslider .banner,
.se-section-video-hero .fixed-overslider .banner {
  width: 100%;
  max-width: 970px;
  margin: 0;
  padding: 45px 15px;
  position: static;
  text-align: center;
}

.ws-section-video-hero .fade-in-content,
.se-section-video-hero .fade-in-content {
  animation: fadeIn 5s;
}

.ws-section-video-hero .fade-in-content img,
.se-section-video-hero .fade-in-content img {
  height: 100%;
  max-height: 200px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .ws-section-video-hero .large .fixed-overslider,
  .se-section-video-hero .large .fixed-overslider {
    min-height: calc(90vh - 60px);
  }
}
@media (min-width: 992px) {
  .ws-section-video-hero .fade-in-content img,
  .se-section-video-hero .fade-in-content img {
    max-height: unset;
  }
}
