.et_pb_section,.relative {
  position: relative
}

.background-video-ces {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0t;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

video,
source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}

.loaded-ces .ytplayer-container {
  display: block;
}

.loaded-ces .placeholder-image {
  opacity: 0;
}

.ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}

.ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}



.et_pb_slide.background-video{
  padding-left: 0!important;
  padding-right: 0!important;
}
/* @media (max-width: 414px){
  #Vision .et_pb_fullwidth_header.background-video{
    min-height: 223px!important;
  }
  #Vision .et_pb_fullwidth_header.background-video > div.et_pb_fullwidth_header_container{
    min-height: unset!important;
  }
  #Vision .et_pb_fullwidth_header.background-video .ytplayer-player{
    min-height: 233px!important;
    max-height: 233px!important;
    top: 0!important;
  }
} */
@media (max-aspect-ratio: 16/9) {
  
  .ytplayer-player{
    width: calc((100vh*16)/9);
    height: 100vh;
   }
}
* { box-sizing: border-box; }
.video-background-ces {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.video-foreground-ces{
  height: 100%;
  width: 100%;
  display: flex;
  flex: 1;
  position: absolute;
}
.video-foreground-ces .fluid-width-video-wrapper,.youtube-background .fluid-width-video-wrapper{
  position: unset;
  padding-top: 0!important;
}