4 changed files with 12 additions and 10 deletions
@ -1,16 +1,20 @@ |
|||||||
|
@import '../../../styles/mixins.scss'; |
||||||
|
|
||||||
.container { |
.container { |
||||||
display: grid; |
display: grid; |
||||||
width: 100%; |
width: 100%; |
||||||
justify-items: center; |
justify-items: center; |
||||||
|
height: 78vh; |
||||||
|
|
||||||
|
@include screen(tablet) { |
||||||
|
aspect-ratio: 16 / 9; |
||||||
|
height: unset; |
||||||
|
} |
||||||
|
|
||||||
.player, |
.player, |
||||||
.poster { |
.poster { |
||||||
// position: static; |
|
||||||
// height: auto !important; |
|
||||||
width: 100%; |
width: 100%; |
||||||
grid-column: 1; |
grid-column: 1; |
||||||
grid-row: 1; |
grid-row: 1; |
||||||
aspect-ratio: 16 / 9; |
|
||||||
max-height: 75vh; |
|
||||||
} |
} |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue