jekyll-theme-ethereal 0.4.4 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (170) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +54 -1
  3. data/_includes/contact_form.html +11 -7
  4. data/_includes/contact_script.html +60 -22
  5. data/_includes/head.html +11 -1
  6. data/_includes/panel_contact.html +4 -4
  7. data/_includes/panel_map.html +71 -97
  8. data/_includes/scripts.html +8 -19
  9. data/_includes/search.html +8 -6
  10. data/_layouts/default.html +4 -4
  11. data/_sass/large.scss +49 -0
  12. data/_sass/large/base/_page.scss +0 -0
  13. data/_sass/large/base/_reset.scss +0 -0
  14. data/_sass/large/base/_typography.scss +11 -0
  15. data/_sass/large/components/_actions.scss +0 -0
  16. data/_sass/large/components/_button.scss +0 -0
  17. data/_sass/large/components/_contact-icons.scss +0 -0
  18. data/_sass/large/components/_form.scss +0 -0
  19. data/_sass/large/components/_gallery.scss +0 -0
  20. data/_sass/large/components/_grid-icons.scss +0 -0
  21. data/_sass/large/components/_icon.scss +0 -0
  22. data/_sass/large/components/_icons.scss +0 -0
  23. data/_sass/large/components/_image.scss +0 -0
  24. data/_sass/large/components/_list.scss +0 -0
  25. data/_sass/large/components/_panel-banner.scss +0 -0
  26. data/_sass/large/components/_panel-map.scss +0 -0
  27. data/_sass/large/components/_panel-spotlight.scss +0 -0
  28. data/_sass/large/components/_panel.scss +0 -0
  29. data/_sass/large/components/_table.scss +0 -0
  30. data/_sass/large/layout/_footer.scss +0 -0
  31. data/_sass/large/layout/_header.scss +0 -0
  32. data/_sass/large/layout/_page-wrapper.scss +0 -0
  33. data/_sass/large/layout/_wrapper.scss +0 -0
  34. data/_sass/libs/_breakpoints.scss +164 -164
  35. data/_sass/libs/_functions.scss +32 -32
  36. data/_sass/libs/_mixins.scss +225 -49
  37. data/_sass/libs/_vars.scss +40 -40
  38. data/_sass/libs/_vendor.scss +331 -331
  39. data/_sass/main.scss +25 -118
  40. data/_sass/main/base/_page.scss +99 -0
  41. data/_sass/main/base/_reset.scss +76 -0
  42. data/_sass/main/base/_typography.scss +193 -0
  43. data/_sass/main/components/_actions.scss +63 -0
  44. data/_sass/main/components/_button.scss +154 -0
  45. data/_sass/main/components/_contact-icons.scss +72 -0
  46. data/_sass/main/components/_form.scss +253 -0
  47. data/_sass/main/components/_gallery.scss +168 -0
  48. data/_sass/main/components/_grid-icons.scss +139 -0
  49. data/_sass/main/components/_icon.scss +33 -0
  50. data/_sass/main/components/_icons.scss +28 -0
  51. data/_sass/main/components/_image.scss +169 -0
  52. data/_sass/main/components/_list.scss +56 -0
  53. data/_sass/main/components/_panel-banner.scss +52 -0
  54. data/_sass/main/components/_panel-map.scss +0 -0
  55. data/_sass/main/components/_panel-spotlight.scss +62 -0
  56. data/_sass/main/components/_panel.scss +224 -0
  57. data/_sass/main/components/_table.scss +81 -0
  58. data/_sass/main/layout/_footer.scss +30 -0
  59. data/_sass/main/layout/_header.scss +35 -0
  60. data/_sass/main/layout/_page-wrapper.scss +22 -0
  61. data/_sass/main/layout/_wrapper.scss +85 -0
  62. data/_sass/medium.scss +48 -0
  63. data/_sass/medium/base/_page.scss +0 -0
  64. data/_sass/medium/base/_reset.scss +0 -0
  65. data/_sass/medium/base/_typography.scss +0 -0
  66. data/_sass/medium/components/_actions.scss +0 -0
  67. data/_sass/medium/components/_button.scss +0 -0
  68. data/_sass/medium/components/_contact-icons.scss +0 -0
  69. data/_sass/medium/components/_form.scss +0 -0
  70. data/_sass/medium/components/_gallery.scss +11 -0
  71. data/_sass/medium/components/_grid-icons.scss +0 -0
  72. data/_sass/medium/components/_icon.scss +0 -0
  73. data/_sass/medium/components/_icons.scss +0 -0
  74. data/_sass/medium/components/_image.scss +0 -0
  75. data/_sass/medium/components/_list.scss +0 -0
  76. data/_sass/medium/components/_panel-banner.scss +0 -0
  77. data/_sass/medium/components/_panel-map.scss +0 -0
  78. data/_sass/medium/components/_panel-spotlight.scss +0 -0
  79. data/_sass/medium/components/_panel.scss +0 -0
  80. data/_sass/medium/components/_table.scss +0 -0
  81. data/_sass/medium/layout/_footer.scss +0 -0
  82. data/_sass/medium/layout/_header.scss +0 -0
  83. data/_sass/medium/layout/_page-wrapper.scss +0 -0
  84. data/_sass/medium/layout/_wrapper.scss +0 -0
  85. data/_sass/noscript.scss +12 -12
  86. data/_sass/short.scss +49 -0
  87. data/_sass/short/base/_page.scss +0 -0
  88. data/_sass/short/base/_reset.scss +0 -0
  89. data/_sass/short/base/_typography.scss +0 -0
  90. data/_sass/short/components/_actions.scss +0 -0
  91. data/_sass/short/components/_button.scss +0 -0
  92. data/_sass/short/components/_contact-icons.scss +0 -0
  93. data/_sass/short/components/_form.scss +1 -0
  94. data/_sass/short/components/_gallery.scss +0 -0
  95. data/_sass/short/components/_grid-icons.scss +0 -0
  96. data/_sass/short/components/_icon.scss +0 -0
  97. data/_sass/short/components/_icons.scss +0 -0
  98. data/_sass/short/components/_image.scss +0 -0
  99. data/_sass/short/components/_list.scss +0 -0
  100. data/_sass/short/components/_panel-banner.scss +0 -0
  101. data/_sass/short/components/_panel-map.scss +0 -0
  102. data/_sass/short/components/_panel-spotlight.scss +0 -0
  103. data/_sass/short/components/_panel.scss +0 -0
  104. data/_sass/short/components/_table.scss +0 -0
  105. data/_sass/short/layout/_footer.scss +0 -0
  106. data/_sass/short/layout/_header.scss +0 -0
  107. data/_sass/short/layout/_page-wrapper.scss +9 -0
  108. data/_sass/short/layout/_wrapper.scss +0 -0
  109. data/_sass/small.scss +50 -0
  110. data/_sass/small/base/_page.scss +18 -0
  111. data/_sass/small/base/_reset.scss +0 -0
  112. data/_sass/small/base/_typography.scss +67 -0
  113. data/_sass/small/components/_actions.scss +0 -0
  114. data/_sass/small/components/_button.scss +0 -0
  115. data/_sass/small/components/_contact-icons.scss +0 -0
  116. data/_sass/small/components/_form.scss +27 -0
  117. data/_sass/small/components/_gallery.scss +38 -0
  118. data/_sass/small/components/_grid-icons.scss +29 -0
  119. data/_sass/small/components/_icon.scss +0 -0
  120. data/_sass/small/components/_icons.scss +0 -0
  121. data/_sass/small/components/_image.scss +0 -0
  122. data/_sass/small/components/_list.scss +0 -0
  123. data/_sass/small/components/_panel-banner.scss +37 -0
  124. data/_sass/small/components/_panel-map.scss +13 -0
  125. data/_sass/small/components/_panel-spotlight.scss +18 -0
  126. data/_sass/small/components/_panel.scss +80 -0
  127. data/_sass/small/components/_table.scss +0 -0
  128. data/_sass/small/layout/_footer.scss +34 -0
  129. data/_sass/small/layout/_header.scss +0 -0
  130. data/_sass/small/layout/_page-wrapper.scss +12 -0
  131. data/_sass/small/layout/_wrapper.scss +26 -0
  132. data/{_sass/components/_cookieconsent.scss → assets/css/cookieconsent.css} +3 -2
  133. data/assets/css/cookieconsent.min.css +1 -0
  134. data/assets/css/fontawesome-all.min.css +1 -1
  135. data/assets/css/large.scss +5 -0
  136. data/assets/css/mapbox-gl.css +1 -600
  137. data/assets/css/mapbox-gl.min.css +1 -0
  138. data/assets/css/mapbox-gl.panel.css +27 -0
  139. data/assets/css/mapbox-gl.panel.min.css +1 -0
  140. data/assets/css/medium.scss +5 -0
  141. data/assets/css/short.scss +5 -0
  142. data/assets/css/small.scss +5 -0
  143. data/assets/js/cookieconsent.style.min.js +1 -0
  144. data/assets/js/lazy-loading.min.js +1 -0
  145. data/assets/js/main.js +2 -2
  146. data/assets/js/main.min.js +42 -0
  147. data/assets/js/mapbox-gl.min.js +40 -0
  148. metadata +129 -25
  149. data/_sass/base/_page.scss +0 -117
  150. data/_sass/base/_reset.scss +0 -76
  151. data/_sass/base/_typography.scss +0 -271
  152. data/_sass/components/_actions.scss +0 -63
  153. data/_sass/components/_button.scss +0 -154
  154. data/_sass/components/_contact-icons.scss +0 -72
  155. data/_sass/components/_form.scss +0 -279
  156. data/_sass/components/_gallery.scss +0 -218
  157. data/_sass/components/_grid-icons.scss +0 -166
  158. data/_sass/components/_icon.scss +0 -33
  159. data/_sass/components/_icons.scss +0 -28
  160. data/_sass/components/_image.scss +0 -169
  161. data/_sass/components/_list.scss +0 -56
  162. data/_sass/components/_panel-banner.scss +0 -90
  163. data/_sass/components/_panel-spotlight.scss +0 -81
  164. data/_sass/components/_panel.scss +0 -300
  165. data/_sass/components/_table.scss +0 -81
  166. data/_sass/layout/_footer.scss +0 -49
  167. data/_sass/layout/_header.scss +0 -37
  168. data/_sass/layout/_page-wrapper.scss +0 -43
  169. data/_sass/layout/_wrapper.scss +0 -118
  170. data/assets/js/mapbox-gl.js +0 -40
@@ -0,0 +1,168 @@
1
+ ///
2
+ /// Ethereal by HTML5 UP
3
+ /// html5up.net | @ajlkn
4
+ /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5
+ ///
6
+
7
+ /* Gallery */
8
+
9
+ $pad: _size(pad);
10
+ $pad-small-tb: _size(pad-small-tb);
11
+ $pad-small-lr: _size(pad-small-lr);
12
+
13
+ @include keyframes('gallery-modal-spinner') {
14
+ 0% {
15
+ @include vendor('transform', 'rotate(0deg)');
16
+ }
17
+
18
+ 100% {
19
+ @include vendor('transform', 'rotate(360deg)');
20
+ }
21
+ }
22
+
23
+ .gallery {
24
+ @include vendor('align-items', 'stretch');
25
+ @include vendor('display', 'flex');
26
+ height: 100%;
27
+
28
+ > * {
29
+ width: 20rem;
30
+ height: 100%;
31
+ }
32
+
33
+ .image {
34
+ display: block;
35
+ position: relative;
36
+ border-bottom: 0;
37
+ overflow: hidden;
38
+
39
+ img {
40
+ @include vendor('transition', 'transform #{_duration(transition)} ease-in-out');
41
+ }
42
+
43
+ &:after {
44
+ @include vendor('transition', 'opacity #{_duration(transition)} ease-in-out');
45
+ }
46
+
47
+ &:hover {
48
+ img {
49
+ @include vendor('transform', 'scale(1.025)');
50
+ }
51
+
52
+ &:after {
53
+ opacity: 0;
54
+ }
55
+ }
56
+ }
57
+
58
+ .group {
59
+ @include vendor('display', 'flex');
60
+ @include vendor('flex-wrap', 'wrap');
61
+
62
+ > * {
63
+ height: 50%;
64
+ }
65
+ }
66
+ }
67
+
68
+
69
+ .modal {
70
+ @include vendor('display', 'flex');
71
+ @include vendor('align-items', 'center');
72
+ @include vendor('justify-content', 'center');
73
+ @include vendor('pointer-events', 'none');
74
+ @include vendor('user-select', 'none');
75
+ @include vendor('transition', (
76
+ 'opacity #{_duration(gallery-lightbox-fadein)} ease',
77
+ 'visibility #{_duration(gallery-lightbox-fadein)}',
78
+ 'z-index #{_duration(gallery-lightbox-fadein)}'
79
+ ));
80
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
81
+ position: fixed;
82
+ top: 0;
83
+ left: 0;
84
+ width: 100%;
85
+ height: 100%;
86
+ background-color: transparentize(_palette(bg), 1 - _misc(gallery-lightbox-opacity));
87
+ opacity: 0;
88
+ outline: 0;
89
+ visibility: none;
90
+ z-index: 0;
91
+
92
+ &:before {
93
+ @include vendor('animation', 'gallery-modal-spinner 1s infinite linear');
94
+ @include vendor('transition', 'opacity #{_duration(gallery-lightbox-fadein) * 0.5} ease');
95
+ @include vendor('transition-delay', '#{_duration(gallery-lightbox-fadein)}');
96
+ content: '';
97
+ display: block;
98
+ position: absolute;
99
+ top: 50%;
100
+ left: 50%;
101
+ width: 4rem;
102
+ height: 4rem;
103
+ margin: -2rem 0 0 -2rem;
104
+ background-image: svg-url('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="96px" height="96px" viewBox="0 0 96 96" zoomAndPan="disable"><style>circle {fill: transparent; stroke: #{_palette(fg-bold)}; stroke-width: 1.5px; }</style><defs><clipPath id="corner"><polygon points="0,0 48,0 48,48 96,48 96,96 0,96" /></clipPath></defs><g clip-path="url(#corner)"><circle cx="48" cy="48" r="32"/></g></svg>');
105
+ background-position: center;
106
+ background-repeat: no-repeat;
107
+ background-size: 4rem;
108
+ opacity: 0;
109
+ }
110
+
111
+ &:after {
112
+ content: '';
113
+ display: block;
114
+ position: absolute;
115
+ top: 0.5rem;
116
+ right: 0.5rem;
117
+ width: 4rem;
118
+ height: 4rem;
119
+ background-image: svg-url('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="64px" height="64px" viewBox="0 0 64 64" zoomAndPan="disable"><style>line {stroke: #{_palette(fg-bold)};stroke-width: 1.5px;}</style><line x1="20" y1="20" x2="44" y2="44" /><line x1="20" y1="44" x2="44" y2="20" /></svg>');
120
+ background-position: center;
121
+ background-repeat: no-repeat;
122
+ background-size: 3rem;
123
+ cursor: pointer;
124
+ }
125
+
126
+ .inner {
127
+ @include vendor('transform', 'translateY(0.75rem)');
128
+ @include vendor('transition', (
129
+ 'opacity #{_duration(gallery-lightbox-fadein) * 0.5} ease',
130
+ 'transform #{_duration(gallery-lightbox-fadein) * 0.5} ease'
131
+ ));
132
+ opacity: 0;
133
+
134
+ img {
135
+ display: block;
136
+ max-width: 90vw;
137
+ max-height: 85vh;
138
+ box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.35);
139
+ }
140
+ }
141
+
142
+ &.visible {
143
+ @include vendor('pointer-events', 'auto');
144
+ opacity: 1;
145
+ visibility: visible;
146
+ z-index: _misc(z-index-base) + 1000;
147
+
148
+ &:before {
149
+ opacity: 1;
150
+ }
151
+ }
152
+
153
+ &.loaded {
154
+ .inner {
155
+ @include vendor('transform', 'translateY(0)');
156
+ @include vendor('transition', (
157
+ 'opacity #{_duration(gallery-lightbox-fadein)} ease',
158
+ 'transform #{_duration(gallery-lightbox-fadein)} ease'
159
+ ));
160
+ opacity: 1;
161
+ }
162
+
163
+ &:before {
164
+ @include vendor('transition-delay', '0s');
165
+ opacity: 0;
166
+ }
167
+ }
168
+ }
@@ -0,0 +1,139 @@
1
+ ///
2
+ /// Ethereal by HTML5 UP
3
+ /// html5up.net | @ajlkn
4
+ /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5
+ ///
6
+
7
+ /* Grid Icons */
8
+
9
+ ul.grid-icons {
10
+ @include vendor('display', 'flex');
11
+ @include vendor('flex-wrap', 'wrap');
12
+ @include vendor('justify-content', 'center');
13
+ list-style: none;
14
+ margin: 0 0 _size(element-margin) 0;
15
+ padding-left: 0;
16
+
17
+ .icon {
18
+ display: block;
19
+ position: relative;
20
+ width: 100%;
21
+ text-align: center;
22
+
23
+ &:before {
24
+ display: block;
25
+ width: 6rem;
26
+ height: 6rem;
27
+ line-height: 6rem;
28
+ border-radius: 6rem;
29
+ box-shadow: inset 0 0 0 2px _palette(border);
30
+ font-size: 2.5rem;
31
+ margin: 0 auto;
32
+ text-align: center;
33
+
34
+ body.is-ie & {
35
+ line-height: 2.375;
36
+ }
37
+ }
38
+ }
39
+
40
+ > li {
41
+ @include vendor('flex-grow', '0');
42
+ @include vendor('flex-shrink', '0');
43
+ position: relative;
44
+ margin: 1.5rem 0 0 1.5rem;
45
+ padding-left: 0;
46
+ }
47
+
48
+ &.connected {
49
+ > li {
50
+ &:before {
51
+ content: '';
52
+ display: block;
53
+ position: absolute;
54
+ width: 1.5rem;
55
+ height: 2px;
56
+ top: 50%;
57
+ left: -1.5rem;
58
+ background-color: _palette(border);
59
+ }
60
+
61
+ &:after {
62
+ content: '';
63
+ display: block;
64
+ position: absolute;
65
+ width: 2px;
66
+ height: 1.5rem;
67
+ top: -1.5rem;
68
+ left: 50%;
69
+ background-color: _palette(border);
70
+ }
71
+ }
72
+ }
73
+
74
+ &.two {
75
+ width: 14rem;
76
+
77
+ > li {
78
+ &:nth-child(-n + 2) {
79
+ margin-top: 0;
80
+
81
+ &:after {
82
+ display: none;
83
+ }
84
+ }
85
+
86
+ &:nth-child(2n - 1) {
87
+ margin-left: 0;
88
+
89
+ &:before {
90
+ display: none;
91
+ }
92
+ }
93
+ }
94
+ }
95
+
96
+ &.three {
97
+ width: 21.5rem;
98
+
99
+ > li {
100
+ &:nth-child(-n + 3) {
101
+ margin-top: 0;
102
+
103
+ &:after {
104
+ display: none;
105
+ }
106
+ }
107
+
108
+ &:nth-child(3n - 2) {
109
+ margin-left: 0;
110
+
111
+ &:before {
112
+ display: none;
113
+ }
114
+ }
115
+ }
116
+ }
117
+
118
+ &.four {
119
+ width: 29rem;
120
+
121
+ > li {
122
+ &:nth-child(-n + 4) {
123
+ margin-top: 0;
124
+
125
+ &:after {
126
+ display: none;
127
+ }
128
+ }
129
+
130
+ &:nth-child(4n - 3) {
131
+ margin-left: 0;
132
+
133
+ &:before {
134
+ display: none;
135
+ }
136
+ }
137
+ }
138
+ }
139
+ }
@@ -0,0 +1,33 @@
1
+ ///
2
+ /// Ethereal by HTML5 UP
3
+ /// html5up.net | @ajlkn
4
+ /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5
+ ///
6
+
7
+ /* Icon */
8
+
9
+ .icon {
10
+ @include icon;
11
+ position: relative;
12
+ border-bottom: none;
13
+
14
+ > .label {
15
+ display: none;
16
+ }
17
+
18
+ &:before {
19
+ line-height: inherit;
20
+ }
21
+
22
+ &.solid {
23
+ &:before {
24
+ font-weight: 900;
25
+ }
26
+ }
27
+
28
+ &.brands {
29
+ &:before {
30
+ font-family: 'Font Awesome 5 Brands';
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,28 @@
1
+ ///
2
+ /// Ethereal by HTML5 UP
3
+ /// html5up.net | @ajlkn
4
+ /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5
+ ///
6
+
7
+ /* Icons */
8
+
9
+ ul.icons {
10
+ cursor: default;
11
+ list-style: none;
12
+ padding-left: 0;
13
+
14
+ li {
15
+ display: inline-block;
16
+ padding: 0 1rem 0 0;
17
+
18
+ &:last-child {
19
+ padding-right: 0;
20
+ }
21
+
22
+ .icon {
23
+ &:before {
24
+ font-size: 1.25em;
25
+ }
26
+ }
27
+ }
28
+ }
@@ -0,0 +1,169 @@
1
+ ///
2
+ /// Ethereal by HTML5 UP
3
+ /// html5up.net | @ajlkn
4
+ /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5
+ ///
6
+
7
+ /* Image */
8
+
9
+ .image {
10
+ display: inline-block;
11
+ position: relative;
12
+ border: 0;
13
+
14
+ &.filtered {
15
+ &:after {
16
+ @include gradient-background;
17
+ @include vendor('pointer-events', 'none');
18
+ content: '';
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 100%;
23
+ height: 100%;
24
+ opacity: 1;
25
+ z-index: 1;
26
+ }
27
+
28
+ &.tinted {
29
+ &:after {
30
+ @include gradient-background(true);
31
+ }
32
+ }
33
+ }
34
+
35
+ &[data-position] {
36
+ img {
37
+ @include vendor('object-fit', 'cover');
38
+ display: block;
39
+ position: absolute;
40
+ top: 0;
41
+ left: 0;
42
+ width: 100%;
43
+ height: 100%;
44
+ }
45
+ }
46
+
47
+ &[data-position="top left"] {
48
+ img {
49
+ @include vendor('object-position', 'top left');
50
+ }
51
+ }
52
+
53
+ &[data-position="top"] {
54
+ img {
55
+ @include vendor('object-position', 'top');
56
+ }
57
+ }
58
+
59
+ &[data-position="top right"] {
60
+ img {
61
+ @include vendor('object-position', 'top right');
62
+ }
63
+ }
64
+
65
+ &[data-position="right"] {
66
+ img {
67
+ @include vendor('object-position', 'right');
68
+ }
69
+ }
70
+
71
+ &[data-position="bottom right"] {
72
+ img {
73
+ @include vendor('object-position', 'bottom right');
74
+ }
75
+ }
76
+
77
+ &[data-position="bottom"] {
78
+ img {
79
+ @include vendor('object-position', 'bottom');
80
+ }
81
+ }
82
+
83
+ &[data-position="bottom left"] {
84
+ img {
85
+ @include vendor('object-position', 'bottom left');
86
+ }
87
+ }
88
+
89
+ &[data-position="left"] {
90
+ img {
91
+ @include vendor('object-position', 'left');
92
+ }
93
+ }
94
+
95
+ &[data-position="center"] {
96
+ img {
97
+ @include vendor('object-position', 'center');
98
+ }
99
+ }
100
+
101
+ &[data-position="25% 25%"] {
102
+ img {
103
+ @include vendor('object-position', '25% 25%');
104
+ }
105
+ }
106
+
107
+ &[data-position="75% 25%"] {
108
+ img {
109
+ @include vendor('object-position', '75% 25%');
110
+ }
111
+ }
112
+
113
+ &[data-position="75% 75%"] {
114
+ img {
115
+ @include vendor('object-position', '75% 75%');
116
+ }
117
+ }
118
+
119
+ &[data-position="25% 75%"] {
120
+ img {
121
+ @include vendor('object-position', '25% 75%');
122
+ }
123
+ }
124
+
125
+ img {
126
+ display: block;
127
+ }
128
+
129
+ &.left,
130
+ &.right {
131
+ max-width: 40%;
132
+
133
+ img {
134
+ width: 100%;
135
+ }
136
+ }
137
+
138
+ &.left {
139
+ float: left;
140
+ padding: 0 1.5rem 1rem 0;
141
+ top: 0.25rem;
142
+ }
143
+
144
+ &.right {
145
+ float: right;
146
+ padding: 0 0 1rem 1.5rem;
147
+ top: 0.25rem;
148
+ }
149
+
150
+ &.fit {
151
+ display: block;
152
+ margin: 0 0 _size(element-margin) 0;
153
+ width: 100%;
154
+
155
+ img {
156
+ width: 100%;
157
+ }
158
+ }
159
+
160
+ &.main {
161
+ display: block;
162
+ margin: 0 0 (_size(element-margin) * 1.5) 0;
163
+ width: 100%;
164
+
165
+ img {
166
+ width: 100%;
167
+ }
168
+ }
169
+ }