| 1 |
.bkbg-marimekko-wrap { box-sizing: border-box; } |
| 2 |
.bkbg-marimekko-title { |
| 3 |
font-family: var(--bkbg-mk-tt-font-family, inherit); |
| 4 |
font-size: var(--bkbg-mk-tt-font-size-d, 22px); |
| 5 |
font-weight: var(--bkbg-mk-tt-font-weight, 700); |
| 6 |
font-style: var(--bkbg-mk-tt-font-style, normal); |
| 7 |
text-decoration: var(--bkbg-mk-tt-text-decoration, none); |
| 8 |
text-transform: var(--bkbg-mk-tt-text-transform, none); |
| 9 |
line-height: var(--bkbg-mk-tt-line-height-d, 1.3); |
| 10 |
letter-spacing: var(--bkbg-mk-tt-letter-spacing-d, normal); |
| 11 |
word-spacing: var(--bkbg-mk-tt-word-spacing-d, normal); |
| 12 |
margin: 0 0 10px; |
| 13 |
} |
| 14 |
.bkbg-marimekko-wrap h3.bkbg-marimekko-title { |
| 15 |
font-family: var(--bkbg-mk-tt-font-family, inherit); |
| 16 |
font-size: var(--bkbg-mk-tt-font-size-d, 22px); |
| 17 |
font-weight: var(--bkbg-mk-tt-font-weight, 700); |
| 18 |
font-style: var(--bkbg-mk-tt-font-style, normal); |
| 19 |
text-decoration: var(--bkbg-mk-tt-text-decoration, none); |
| 20 |
text-transform: var(--bkbg-mk-tt-text-transform, none); |
| 21 |
line-height: var(--bkbg-mk-tt-line-height-d, 1.3); |
| 22 |
letter-spacing: var(--bkbg-mk-tt-letter-spacing-d, normal); |
| 23 |
word-spacing: var(--bkbg-mk-tt-word-spacing-d, normal); |
| 24 |
margin: 0 0 10px; |
| 25 |
} |
| 26 |
.bkbg-marimekko-svg svg { display: block; max-width: 100%; height: auto; } |
| 27 |
|
| 28 |
@media (max-width: 1024px) { |
| 29 |
.bkbg-marimekko-title, |
| 30 |
.bkbg-marimekko-wrap h3.bkbg-marimekko-title { font-size: var(--bkbg-mk-tt-font-size-t, 22px); line-height: var(--bkbg-mk-tt-line-height-t, 1.3); letter-spacing: var(--bkbg-mk-tt-letter-spacing-t, normal); word-spacing: var(--bkbg-mk-tt-word-spacing-t, normal); } |
| 31 |
} |
| 32 |
@media (max-width: 767px) { |
| 33 |
.bkbg-marimekko-title, |
| 34 |
.bkbg-marimekko-wrap h3.bkbg-marimekko-title { font-size: var(--bkbg-mk-tt-font-size-m, 22px); line-height: var(--bkbg-mk-tt-line-height-m, 1.3); letter-spacing: var(--bkbg-mk-tt-letter-spacing-m, normal); word-spacing: var(--bkbg-mk-tt-word-spacing-m, normal); } |
| 35 |
} |
| 36 |
|