11 lines
153 B
CSS
11 lines
153 B
CSS
.videoWrapper {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
overflow: hidden;
|
|
|
|
&:not(.fullWidth) {
|
|
border-radius: var(--Corner-Radius-xl);
|
|
}
|
|
}
|