Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. .bg-video {
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. height: 100%;
  6. width: 100%;
  7. z-index: -1;
  8. opacity: .15;
  9. overflow: hidden;
  10.  
  11. &__content {
  12. height: 100%;
  13. width: 100%;
  14. object-fit: cover;
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement