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