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

@@ -1770,6 +1770,7 @@ h3 {
position: relative;
height: 573px;
margin: 0 -48px 30px;
background: url(../img/videocontent-bg.jpg) center no-repeat;
background-color: #878787;
}
@media (max-width: 992px) {
@@ -1794,8 +1795,8 @@ h3 {
bottom: 0;
z-index: 10;
background-color: rgba(0, 0, 0, 0.1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
cursor: pointer;
}
.why-program__video-content::after {