.video-container {
    height: auto;
    position: relative;
    width: 100%;
	aspect-ratio: 2.36 / 1;
}

iframe.ytplayer-player-inline {
	aspect-ratio: 2.36 / 1;
	width: 100% !important;
	height: auto !important;
}
/**
.background-video {
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  
	position:absolute;
  right: 0;
  top: 0;
z-index: 1;
}
*/

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

.ytp-pause-overlay {
    display: none!important;
}
.loaded .ytplayer-container {
  display: block;
}

.loaded .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: 3;
}

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

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

.ytplayer-player {
  position: absolute;
}
.ytp-expand-pause-overlay .ytp-pause-overlay {
	 bottom:-200px;!important;
}

  .noclick {
    z-index: 2000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
#ytplayer {pointer-events: none;}
