.ytvbg {
	position: relative;
    height:100%;
    overflow: hidden;
    min-height: 500px;
    overflow: hidden;
}
.video-container{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
 iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.ytvbg video {
    height: 500px;
    width: 100%;
    object-fit: cover;
}