2022-05-07 19:25:04 +02:00
|
|
|
.player {
|
2022-07-03 12:36:30 +02:00
|
|
|
height: auto !important;
|
2022-05-07 19:25:04 +02:00
|
|
|
width: 100%;
|
2022-07-03 12:36:30 +02:00
|
|
|
video {
|
|
|
|
position: static !important;
|
|
|
|
}
|
2022-05-12 08:31:31 +02:00
|
|
|
}
|
2022-06-29 23:01:41 +02:00
|
|
|
|
|
|
|
.poster {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2022-07-03 12:36:30 +02:00
|
|
|
}
|
2022-07-08 22:20:22 +02:00
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
.player {
|
|
|
|
height: 30vh !important;
|
|
|
|
}
|
|
|
|
}
|