fix(large-video): apply blur to only one container
This commit is contained in:
parent
d94093a01e
commit
0831c16d7e
@ -15,7 +15,6 @@
|
||||
#largeVideoBackgroundContainer,
|
||||
.large-video-background {
|
||||
height: 100%;
|
||||
filter: blur(40px);
|
||||
left: 0;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
@ -32,6 +31,9 @@
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
#largeVideoBackgroundContainer {
|
||||
filter: blur(40px);
|
||||
}
|
||||
|
||||
.videocontainer {
|
||||
position: relative;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user