Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. &__video {
  2. position: relative;
  3. overflow: hidden;
  4.  
  5. video {
  6. position: absolute;
  7. top: 0;
  8. left: 0;
  9. width: 100%;
  10. height: 100%;
  11. object-fit: cover;
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement