| 1 |
.ablocks-block--video > .ablocks-block-container { |
| 2 |
max-width: 100%; |
| 3 |
width: 100%; |
| 4 |
height: auto; |
| 5 |
aspect-ratio: 1.77777; |
| 6 |
} |
| 7 |
|
| 8 |
.ablocks-block--video video, |
| 9 |
.ablocks-block--video iframe { |
| 10 |
max-width: 100%; |
| 11 |
width: 100%; |
| 12 |
height: 100%; |
| 13 |
object-fit: cover; |
| 14 |
margin: 0; |
| 15 |
background-color: #000000; |
| 16 |
} |
| 17 |
|
| 18 |
.ablocks-block--video .ablocks-video-player { |
| 19 |
max-width: 100%; |
| 20 |
width: 100%; |
| 21 |
height: 100%; |
| 22 |
object-fit: cover; |
| 23 |
} |
| 24 |
|
| 25 |
.ablocks-block--video .ablocks-vimeo-video-player { |
| 26 |
max-width: 100%; |
| 27 |
width: 100%; |
| 28 |
height: 100%; |
| 29 |
object-fit: cover; |
| 30 |
border: none; |
| 31 |
background-color: #000000; |
| 32 |
} |
| 33 |
|
| 34 |
.ablocks-control-field-description { |
| 35 |
font-size: 11px; |
| 36 |
font-style: italic; |
| 37 |
line-height: 1.4; |
| 38 |
} |
| 39 |
.ablocks-prevent-select { |
| 40 |
position: relative; |
| 41 |
} |
| 42 |
.ablocks-prevent-select::after { |
| 43 |
position: absolute; |
| 44 |
content: ""; |
| 45 |
top: 0; |
| 46 |
left: 0; |
| 47 |
right: 0; |
| 48 |
bottom: 0; |
| 49 |
width: 100%; |
| 50 |
height: 100%; |
| 51 |
background-color: #00000000; |
| 52 |
} |
| 53 |
|
| 54 |
.ablocks-video--times-wrapper { |
| 55 |
display: flex; |
| 56 |
flex-direction: column; |
| 57 |
margin: 8px 0; |
| 58 |
} |
| 59 |
|
| 60 |
.ablocks-video--times-wrapper > .ablocks-control { |
| 61 |
margin-bottom: 0; |
| 62 |
} |
| 63 |
|
| 64 |
.ablocks-video--times-wrapper > .ablocks-control-field-description { |
| 65 |
margin-bottom: 8px; |
| 66 |
margin-top: 4px; |
| 67 |
} |
| 68 |
|