.video-contaienr{
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.video-contaienr .video-box{
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    position: absolute;
}