15 lines
185 B
SCSS
15 lines
185 B
SCSS
@import '../../../styles/mixins.scss';
|
|
|
|
.player {
|
|
height: auto !important;
|
|
width: 100%;
|
|
video {
|
|
position: static !important;
|
|
}
|
|
}
|
|
|
|
.poster {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|