@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
        video#videoplayer {
            border-radius:100% 0% 66% 34% / 0% 59% 41% 100%  ;
            overflow:hidden;
            width:100%;
        }
    }
  }
