2023-01-21 12:50:30 -08:00
|
|
|
@import '../../../styles/mixins.scss';
|
|
|
|
|
2022-11-19 13:35:37 -08:00
|
|
|
.container {
|
|
|
|
display: grid;
|
|
|
|
width: 100%;
|
|
|
|
justify-items: center;
|
2023-01-21 12:50:30 -08:00
|
|
|
height: 78vh;
|
|
|
|
|
|
|
|
@include screen(tablet) {
|
|
|
|
aspect-ratio: 16 / 9;
|
|
|
|
height: unset;
|
|
|
|
}
|
2022-11-19 13:35:37 -08:00
|
|
|
|
|
|
|
.player,
|
|
|
|
.poster {
|
|
|
|
width: 100%;
|
|
|
|
grid-column: 1;
|
|
|
|
grid-row: 1;
|
|
|
|
}
|
|
|
|
}
|