video(autoplay, loop, muted)
  source(src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/605876/kitty.mp4')
video(autoplay, loop, muted)
  source(src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/605876/kitty.mp4')
View Compiled
body
  height 100vh
  width 100vw
  overflow hidden
  
video
  object-fit cover
  position absolute
  top 50%
  left 50%
  width 140%
  height 140%
  transform translate(-50%, -50%)

  &:nth-of-type(1)
    filter blur(20px) grayscale(0.75)
  
  &:nth-of-type(2)
    height 300px
    width 300px
View Compiled

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.