|
|
@@ -12,7 +12,7 @@
|
|
12
|
12
|
.hero--image--overlay.w-max.f-col
|
|
13
|
13
|
h2.t-up.t-cntr(v-if="heroText") {{ heroText }}
|
|
14
|
14
|
img.w-max(:src="getThumbnailFromYt(showHero)" alt="hero alt image")
|
|
15
|
|
- button(v-if="showPlaybutton" @click="isPlaying = true")
|
|
|
15
|
+ button(v-if="showPlaybutton" @click="isPlaying = true").z-top
|
|
16
|
16
|
|
|
17
|
17
|
.hero--image.w-max(v-else-if="heroType === 'image'")
|
|
18
|
18
|
.hero--image--overlay.w-max.f-col
|
|
|
@@ -134,8 +134,8 @@ export default {
|
|
134
|
134
|
&:after
|
|
135
|
135
|
content: ""
|
|
136
|
136
|
position: absolute
|
|
137
|
|
- top: 20%
|
|
138
|
|
- left: 35%
|
|
|
137
|
+ top: 30%
|
|
|
138
|
+ left: 40%
|
|
139
|
139
|
border-style: solid
|
|
140
|
140
|
border-width: 1em 0 1em 1.6em
|
|
141
|
141
|
border-color: transparent transparent transparent white
|