.container {
  position: relative
}

.background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  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 .ytplayer-container {
  display: block;
  
}

.loaded .placeholder-image {
  opacity: 0;
}

.ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

.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: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
  /*background: rgb(0 0 0 / 55%);*/
  
background: -moz-linear-gradient(125deg,  rgb(0 0 0) 0%,rgb(0 0 0 / 50%) 100%); 
background: -webkit-linear-gradient(125deg,  rgb(0 0 0) 0%,rgb(0 0 0 / 50%) 100%); 
background: linear-gradient(125deg,  rgb(0 0 0) 0%,rgb(0 0 0 / 50%) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); 

/*background: url('https://dmgz-splash-static.bamgrid.com/splash/sections/splash/builds/16d154bc2bbc3f680eceee8d18d4ebc9cc6be631_1600788501912/images/bg-large-v4.png');*/

}

.ytplayer-player {
  position: absolute;
}


