#fonimg .fonvideo {
    width: 100%;
    height: 100%;
}

#fonimg .fonvideo video#fonvideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-image: url(bg-1mb.mp4);
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 3;
}

#fonimg .fonvideo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   /* background-color: rgb(243 240 235 / 82%);*/
    z-index: 100;
}