.em-hero-simple {
  position: relative;
}
.em-hero-simple.em-hero-simple-opacity-overlay {
  overflow: hidden;
}
.em-hero-simple .inner-full {
  width: 100%;
  height: 100%;
  background-attachment: fixed;
}
html.touch .em-hero-simple .inner-full,
html.touchevents .em-hero-simple .inner-full {
  background-attachment: scroll;
}
.em-hero-simple .inner-full .inner-wrapper {
  width: 2200px;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 9;
}
.em-hero-simple .inner-full .inner-wrapper.slider-content-global {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
}
.em-hero-simple .inner-full .inner-wrapper .desc {
  margin: 40px 0;
}
.em-hero-simple .inner-full .em-video.em-video-bg {
  position: absolute;
}
.em-hero-simple .inner-full .bg-video-wrapper {
  /*
            position: relative;
            padding-bottom: 55.25%; 
            padding-top: 25px;
            height: 0;
            */
}
.em-hero-simple .inner-full .bg-video-wrapper iframe {
  position: relative;
  z-index: 0;
  /* background-image: url('*** Poster image goes here ***'); */
  background-size: cover;
  /* Make video to at least 100% wide and tall */
  min-width: 120% !important;
  min-height: 120% !important;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto !important;
  height: auto !important;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.em-hero-simple .inner-full .bg-video-wrapper:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.em-hero-simple .inner-full * {
  box-sizing: border-box;
}
.em-hero-simple .inner-full .video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.em-hero-simple .inner-full .video-foreground,
.em-hero-simple .inner-full .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.em-hero-simple .inner-full .em-slider {
  width: 100%;
  height: 100%;
}
.em-hero-simple .inner-full .em-slider .owl-stage-outer,
.em-hero-simple .inner-full .em-slider .owl-stage,
.em-hero-simple .inner-full .em-slider .owl-item,
.em-hero-simple .inner-full .em-slider .slide {
  height: 100%;
}
.em-hero-simple .inner-full .em-slider .slide.owl-lazy {
  background-size: cover;
}
.em-hero-simple .inner-full .em-slider .owl-dots {
  position: absolute;
  bottom: 50px;
}
