.xm-hero-simple {
  position: relative;
}
.xm-hero-simple.xm-hero-simple-opacity-overlay {
  overflow: hidden;
}
.xm-hero-simple.xm-hero-simple-opacity-overlay .opacity-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.xm-hero-simple .inner-full {
  width: 100%;
  height: 100%;
}
.xm-hero-simple .inner-full picture {
  position: absolute;
  z-index: 0;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.xm-hero-simple .inner-full picture img {
  width: auto;
  height: auto;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@supports (object-fit: cover) {
  .xm-hero-simple .inner-full picture img {
    max-width: none;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: none;
    top: 0;
    left: 0;
    transform: none;
  }
}
.xm-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;
}
.xm-hero-simple .inner-full .inner-wrapper.slider-content-global {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
}
.xm-hero-simple .inner-full .inner-wrapper .desc {
  margin: 40px 0;
}
.xm-hero-simple .inner-full .xm-video.xm-video-bg {
  position: absolute;
}
.xm-hero-simple .inner-full .bg-video-wrapper {
  /*
            position: relative;
            padding-bottom: 55.25%; 
            padding-top: 25px;
            height: 0;
            */
}
.xm-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%);
}
.xm-hero-simple .inner-full .bg-video-wrapper:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.xm-hero-simple .inner-full * {
  box-sizing: border-box;
}
.xm-hero-simple .inner-full .video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.xm-hero-simple .inner-full .video-foreground,
.xm-hero-simple .inner-full .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.xm-hero-simple .inner-full .xm-slider {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}
.xm-hero-simple .inner-full .xm-slider .owl-stage-outer,
.xm-hero-simple .inner-full .xm-slider .owl-stage,
.xm-hero-simple .inner-full .xm-slider .owl-item,
.xm-hero-simple .inner-full .xm-slider .slide {
  height: 100%;
}
.xm-hero-simple .inner-full .xm-slider .slide picture {
  position: absolute;
  z-index: 0;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute !important;
}
.xm-hero-simple .inner-full .xm-slider .slide picture img {
  width: auto;
  height: auto;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@supports (object-fit: cover) {
  .xm-hero-simple .inner-full .xm-slider .slide picture img {
    max-width: none;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: none;
    top: 0;
    left: 0;
    transform: none;
  }
}
.xm-hero-simple .inner-full .xm-slider .slide.owl-lazy {
  background-size: cover;
}
.xm-hero-simple .inner-full .xm-slider .owl-dots {
  position: relative;
  top: -80px;
  /*
                position: absolute;
                bottom: 50px;
                */
}
