Advertisement
danine1

wilson old video

Feb 18th, 2022
1,028
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.72 KB | None | 0 0
  1. <div class="container-video">
  2.   <video width="100%" height="100%" autoplay loop controls muted>
  3.   <source src="/wp-content/uploads/2022/01/DW_Final_29_Nov19.mp4 " type="video/mp4"></source>
  4.   Your browser does not support the video tag.
  5.    </video>
  6.  </div>
  7.  
  8. <style>
  9.  @media (max-width: 767px) {
  10.          .btx-layout-responsive .btx-col-6 {
  11.         width: 50%!important;
  12.             margin-bottom: -32px!important;
  13.         }
  14.      .container-video {
  15.          margin-top: 35px;
  16.      }
  17.          .btx-col-6 {
  18.           padding-left: 4px;
  19.           padding-right: 4px;
  20.       }
  21.         .btx-gallery-subtitle {
  22.          font-size: 10px!important;
  23.  }
  24. .btx-layout-responsive .btx-section-wrapper {
  25.     padding-top: 20px!important;
  26. }
  27. }
  28.  
  29. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement