20 lines
249 B
SCSS
20 lines
249 B
SCSS
@import '../../../styles/mixins.scss';
|
|
|
|
.player {
|
|
height: auto !important;
|
|
width: 100%;
|
|
video {
|
|
position: static !important;
|
|
}
|
|
|
|
@include screen(desktop) {
|
|
height: 30vh !important;
|
|
}
|
|
}
|
|
|
|
.poster {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|