feat: added dinamic videos at why-program

This commit is contained in:
Aliaksei Karzhou
2024-07-16 23:45:31 +03:00
parent 2f3396d8b3
commit 708b115a09
5 changed files with 24 additions and 15 deletions

View File

@@ -48,6 +48,7 @@
position: relative;
height: 573px;
margin: 0 -48px 30px;
background: url(../img/videocontent-bg.jpg) center no-repeat;
background-color: $grey;
@include laptop {
@@ -72,7 +73,7 @@
bottom: 0;
z-index: 10;
background-color: rgba($color: #000000, $alpha: 0.1);
backdrop-filter: blur(10px);
backdrop-filter: blur(4px);
cursor: pointer;
}