video::-webkit-media-controls {
    display:none;
 }
 
 video:hover::-webkit-media-controls {
    display:none!important;
 }