Advertisement
Guest User

Untitled

a guest
Nov 12th, 2014
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. .video-listing:not(.style-list-1) .video-item .item-thumbnail{
  2. position:relative; width:100%; height:0; padding-top:56.25%;
  3. }
  4. .video-listing:not(.style-list-1) .video-item .item-thumbnail img{
  5. width:100%;
  6. position:absolute; top:0; left:0;
  7. }
  8. .smart-box-style-1 .smart-item .item-thumbnail{
  9. position:relative; width:100%; height:0; padding-top:56.25%;
  10. }
  11. .smart-box-style-1 .smart-item .col-md-3 .item-thumbnail, .smart-box-style-1 .smart-item .col-md-2 .item-thumbnail{
  12. padding-top:55%;
  13. }
  14. .smart-box-style-1 .smart-item .item-thumbnail img{
  15. width:100%;
  16. position:absolute; top:0; left:0;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement