Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.gallery.css 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*Gallery*/
  2. .biz-gallery-wrap .tab-content .tab-pane .row.biz-gallery {
  3. margin-right: -5px;
  4. margin-left: -5px;
  5. }
  6. .biz-gallery-wrap .tab-content .tab-pane .row.biz-gallery > [class*="col-"] {
  7. padding-right: 5px;
  8. padding-left: 5px;
  9. }
  10. .biz-gallery-wrap .tab-content .tab-pane .row.biz-gallery > [class*="col-"] > a {
  11. position: relative;
  12. display: block;
  13. }
  14. .biz-gallery-wrap .tab-content .tab-pane .row.biz-gallery > [class*="col-"] > a .gallery-img {
  15. min-height: 160px;
  16. max-width: 100%;
  17. background-size: cover;
  18. background-position: center;
  19. background-repeat: no-repeat;
  20. }
  21. .biz-gallery-wrap .tab-content .tab-pane .row.biz-gallery > [class*="col-"] > a > i {
  22. color: #fff;
  23. position: absolute;
  24. right: 10px;
  25. bottom: 10px;
  26. font-size: 18px;
  27. }
  28. .lg-outer .lg-video .lg-object {
  29. display: inline-block;
  30. position: absolute;
  31. top: 0;
  32. left: 0;
  33. right: 0;
  34. margin: auto;
  35. width: auto !important;
  36. height: 100% !important;
  37. }