.container { position:relative; width:1280px; height:800px; }
.video { position:relative; left: 0; top: 0;width:100%; height:100%; z-index:1 }
.overlay{ position:absolute; left: 0; top: 0; width:100%; height:100%; z-index:2; pointer-events: none; color:white }
.schubert {
    position: absolute;
    width: 300px;
    height: 300px;
    margin-left: 50%;
    bottom: 0;
    right: 0 ;
    left: auto;
    top: auto;
}
.cls-2 {
    color: white;
    fill: white;
}
.cls-3 {
    fill: '#fff';
}