2022-10-22 10:45:54 +02:00
|
|
|
@import '../../../styles/mixins.scss';
|
|
|
|
|
2022-05-07 10:25:04 -07:00
|
|
|
.player {
|
2022-07-03 12:36:30 +02:00
|
|
|
height: auto !important;
|
2022-05-07 10:25:04 -07:00
|
|
|
width: 100%;
|
2022-07-03 12:36:30 +02:00
|
|
|
video {
|
|
|
|
position: static !important;
|
|
|
|
}
|
2022-05-11 23:31:31 -07:00
|
|
|
}
|
2022-06-29 14:01:41 -07:00
|
|
|
|
|
|
|
.poster {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2022-07-03 12:36:30 +02:00
|
|
|
}
|