@media  screen and (-ms-high-contrast:active), (-ms-high-contrast: none) {
    video:hover{
        transform: scale(1,1);
    }
}



