Skip to content

Commit

Permalink
css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeepgera23 committed Nov 14, 2023
1 parent 7c10be9 commit 76c738b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions blocks/videobanner/videobanner.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
background-color: #1f2f68;
overflow: hidden;
position: relative;
background: transparent var(--background-poster-image) center no-repeat;
background-size: cover;
}

.videobanner .listing-hero .outer {
Expand Down Expand Up @@ -73,11 +75,6 @@
}
}

.videobanner .listing-hero {
background: transparent var(--background-poster-image) center no-repeat;
background-size: cover;
}

.videobanner .listing-hero #bgvideo {
height: 100%;
height: calc(100% + 2px);
Expand Down

0 comments on commit 76c738b

Please sign in to comment.