.video__block{left:0; top:0;position:absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
	min-width: 100%
}
/*.video__block .bgvideo{position:absolute; top:0; left:0; right:0; bottom:0; display:block; z-index:2; min-width:100%; min-height:100%; width:auto; height:auto;}*/
.video__block .bgvideo{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    object-position: center center;
}
.bodywidth .video__block .bgvideo {
    min-width: inherit;
    min-height: inherit;
    width: inherit;
    height: inherit;
    object-fit: cover;
    object-position: center center;
}
.bodyheight .video__block .bgvideo {
    width: 100%;
    height: auto;
    background-color: black;
}

.video-background {
    background: #000;
    /*position: fixed;*/
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -99;
}
.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.video__block .bgopacity{width:100%; height:100%; z-index:3; background-color:#06283b; opacity:0.5; left:0; top:0; position:absolute;}
.video__block video{
    z-index: 1;
}
.fon__block .video__block{
    position: fixed;
}

@media (max-width: 768px) {
    .fon__block .video__block{
        position: relative;
    }
}