|
26 | 26 | } |
27 | 27 |
|
28 | 28 | .about__container { |
29 | | - max-width: 70%; |
| 29 | + max-width: 90%; |
| 30 | +} |
| 31 | + |
| 32 | +@media (min-width: 1200px) { |
| 33 | + .about__container { |
| 34 | + max-width: 70%; |
| 35 | + } |
30 | 36 | } |
31 | 37 |
|
32 | 38 | .about__section-title-left { |
|
63 | 69 | font-size: 1.65em; |
64 | 70 | } |
65 | 71 |
|
| 72 | +.about__divider { |
| 73 | + @extend .services__divider; |
| 74 | +} |
| 75 | + |
66 | 76 | .about__divider-right { |
| 77 | + @extend .about__divider; |
67 | 78 | margin-right: 0; |
68 | | - width: 50%; |
69 | 79 | } |
70 | 80 |
|
71 | 81 | .about__divider-left { |
| 82 | + @extend .about__divider; |
72 | 83 | margin-left: 0; |
73 | | - width: 50%; |
74 | 84 | } |
75 | 85 |
|
76 | 86 | .about__paragraph-dark { |
|
90 | 100 | } |
91 | 101 |
|
92 | 102 | .about__paragraph-img-main { |
93 | | - width: 35%; |
94 | | - float: left; |
95 | | - margin-right: 1em; |
96 | | - margin-bottom: 0.5em; |
| 103 | + width: 100%; |
| 104 | + margin-bottom: 1em; |
97 | 105 | } |
98 | 106 |
|
99 | | -.about__img-container { |
| 107 | +@media (min-width: 768px) { |
| 108 | + .about__paragraph-img-main { |
| 109 | + float: left; |
| 110 | + width: 35%; |
| 111 | + margin-right: 1em; |
| 112 | + } |
| 113 | +} |
| 114 | + |
| 115 | +.about__img-outer-container { |
100 | 116 | position: relative; |
101 | 117 | padding-bottom: 50%; |
102 | 118 | margin-top: 10%; |
103 | 119 | } |
104 | 120 |
|
105 | | -.about__img-top-container { |
| 121 | +.about__img-inner-container { |
106 | 122 | position: absolute; |
107 | | - top: 0; |
108 | | - right: 15%; |
109 | | - background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/about/top_img_passion_964x643px.JPG") no-repeat top center; |
110 | | - background-size: cover; |
111 | 123 | overflow: hidden; |
112 | 124 | width: 40%; |
113 | 125 | height: 50%; |
114 | | - border: $old-white 2px groove; |
| 126 | + border: $old-white 1px solid; |
115 | 127 | border-radius: 5px; |
| 128 | + background-size: cover!important; |
116 | 129 | } |
117 | 130 |
|
118 | | -.about__img-top-title-container { |
119 | | - position: relative; |
| 131 | +.about__img-top-container { |
| 132 | + @extend .about__img-inner-container; |
120 | 133 | top: 0; |
| 134 | + right: 15%; |
| 135 | + background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/about/top_img_passion_964x643px.JPG") no-repeat top center; |
| 136 | +} |
| 137 | + |
| 138 | +.about__img-title-container { |
121 | 139 | z-index: 2; |
122 | 140 | &::after { |
123 | 141 | position: absolute; |
|
126 | 144 | height: 100%; |
127 | 145 | content: ""; |
128 | 146 | display: block; |
129 | | - background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/about/top_img_passion_964x643px.JPG") no-repeat top center; |
130 | | - background-size: cover; |
131 | 147 | filter: blur(2px); |
132 | 148 | z-index: -1; |
| 149 | + background-size: cover!important; |
| 150 | + } |
| 151 | +} |
| 152 | + |
| 153 | +.about__img-top-title-container { |
| 154 | + @extend .about__img-title-container; |
| 155 | + position: relative; |
| 156 | + top: 0; |
| 157 | + &::after { |
| 158 | + background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/about/top_img_passion_964x643px.JPG") no-repeat top center; |
133 | 159 | } |
134 | 160 | } |
135 | 161 |
|
|
149 | 175 | } |
150 | 176 |
|
151 | 177 | .about__img-bot-container { |
152 | | - position: absolute; |
| 178 | + @extend .about__img-inner-container; |
153 | 179 | top: 40%; |
154 | 180 | left: 15%; |
155 | | - width: 40%; |
156 | | - height: 50%; |
157 | 181 | background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/about/bot_img_dedication_964x643px.JPG") no-repeat bottom center; |
158 | | - background-size: cover; |
159 | | - overflow: hidden; |
160 | | - border: $old-white 2px groove; |
161 | | - border-radius: 5px; |
162 | 182 | } |
163 | 183 |
|
164 | 184 | .about__img-bot-title-container { |
| 185 | + @extend .about__img-title-container; |
165 | 186 | position: absolute; |
166 | 187 | width: 100%; |
167 | 188 | bottom: 0; |
168 | | - z-index: 2; |
169 | 189 | &::after { |
170 | | - position: absolute; |
171 | | - top: 0; |
172 | | - width: 100%; |
173 | | - height: 100%; |
174 | | - content: ""; |
175 | | - display: block; |
176 | 190 | background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/about/bot_img_dedication_964x643px.JPG") no-repeat bottom center; |
177 | | - background-size: cover; |
178 | | - filter: blur(2px); |
179 | | - z-index: -1; |
180 | 191 | } |
181 | 192 | } |
182 | 193 |
|
|
0 commit comments