123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /*Gallery*/
- .biz-gallery-wrap .tab-content .tab-pane .row.biz-gallery {
- margin-right: -5px;
- margin-left: -5px;
- }
-
- .biz-gallery-wrap .tab-content .tab-pane .row.biz-gallery > [class*="col-"] {
- padding-right: 5px;
- padding-left: 5px;
- }
-
- .biz-gallery-wrap .tab-content .tab-pane .row.biz-gallery > [class*="col-"] > a {
- position: relative;
- display: block;
- }
-
- .biz-gallery-wrap .tab-content .tab-pane .row.biz-gallery > [class*="col-"] > a .gallery-img {
- min-height: 160px;
- max-width: 100%;
- background-size: cover;
- background-position: center;
- background-repeat: no-repeat;
- }
-
- .biz-gallery-wrap .tab-content .tab-pane .row.biz-gallery > [class*="col-"] > a > i {
- color: #fff;
- position: absolute;
- right: 10px;
- bottom: 10px;
- font-size: 18px;
- }
-
- .lg-outer .lg-video .lg-object {
- display: inline-block;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- margin: auto;
- width: auto !important;
- height: 100% !important;
- }
|