| 1 |
.mg-gallery-widget { |
| 2 |
width: 100% !important; |
| 3 |
box-sizing: border-box !important; |
| 4 |
-moz-box-sizing: border-box !important; |
| 5 |
-webkit-box-sizing: border-box !important; |
| 6 |
} |
| 7 |
.mg-gallery-widget .clear { |
| 8 |
clear: both !important; |
| 9 |
} |
| 10 |
.mg-gallery-widget img { |
| 11 |
height: auto !important; |
| 12 |
width: 100% !important; |
| 13 |
display: block !important; |
| 14 |
-ms-interpolation-mode: bicubic !important; |
| 15 |
border-radius: 0px !important; |
| 16 |
-moz-border-radius: 0px !important; |
| 17 |
-webkit-border-radius: 0px !important; |
| 18 |
} |
| 19 |
.mg-gallery-widget .mg-thumbs { |
| 20 |
margin-top: 10px !important; |
| 21 |
margin-bottom: 10px !important; |
| 22 |
} |
| 23 |
.mg-gallery-widget .mg-thumbs ul { |
| 24 |
list-style: none !important; |
| 25 |
margin: 0 auto !important; |
| 26 |
padding: 0 !important; |
| 27 |
display: block !important; |
| 28 |
} |
| 29 |
.mg-gallery-widget .mg-thumbs ul li { |
| 30 |
vertical-align: top !important; |
| 31 |
display: inline-block !important; |
| 32 |
position: relative !important; |
| 33 |
} |
| 34 |
.mg-gallery-widget .mg-thumbs.mg-onecol ul li { |
| 35 |
width: 100% !important; |
| 36 |
margin-left: 0 !important; |
| 37 |
margin-right: 0 !important; |
| 38 |
margin-bottom: 1% !important; |
| 39 |
} |
| 40 |
.mg-gallery-widget .mg-thumbs.mg-twocol ul li { |
| 41 |
width: 48.5% !important; |
| 42 |
margin-left: 0 !important; |
| 43 |
margin-right: 0 !important; |
| 44 |
margin-bottom: 1% !important; |
| 45 |
} |
| 46 |
.mg-gallery-widget .mg-thumbs.mg-twocol ul li:nth-child(2n) { |
| 47 |
margin-left: 0 !important; |
| 48 |
margin-right: 0 !important; |
| 49 |
} |
| 50 |
.mg-gallery-widget .mg-thumbs.mg-threecol ul li { |
| 51 |
width: 31.333333% !important; |
| 52 |
margin-left: 0 !important; |
| 53 |
margin-right: 0 !important; |
| 54 |
margin-bottom: 1% !important; |
| 55 |
} |
| 56 |
.mg-gallery-widget .mg-thumbs.mg-threecol ul li:nth-child(3n) { |
| 57 |
margin-left: 0 !important; |
| 58 |
margin-right: 0 !important; |
| 59 |
} |
| 60 |
|