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-29 17:10:38 -08:00
|
|
|
height: 75vh;
|
2023-01-28 18:13:00 -08:00
|
|
|
aspect-ratio: 16 / 9;
|
2022-11-19 13:35:37 -08:00
|
|
|
|
2023-01-29 17:10:38 -08:00
|
|
|
@media (max-width: 1200px) {
|
2023-02-09 03:50:58 +01:00
|
|
|
height: 100%;
|
2023-01-29 17:10:38 -08:00
|
|
|
max-height: 75vh;
|
|
|
|
}
|
|
|
|
|
2022-11-19 13:35:37 -08:00
|
|
|
.player,
|
|
|
|
.poster {
|
|
|
|
width: 100%;
|
|
|
|
grid-column: 1;
|
|
|
|
grid-row: 1;
|
|
|
|
}
|
|
|
|
}
|