This commit is contained in:
Meylis Gazakow 2022-05-11 13:33:49 +03:00
commit dcd1d8b451
1 changed files with 10 additions and 1 deletions

View File

@ -1804,12 +1804,21 @@ li {
color: #fff;
z-index: 5;
position: absolute;
bottom: 0;
bottom: -100%;
left: 0;
width: 100%;
padding: 30px 40px;
background: rgba(0,0,0,.5);
backdrop-filter: blur(3px);
transition: all .7s linear;
-webkit-transition: all .7s linear;
-ms-transition: all .7s linear;
-moz-transition: all .7s linear;
}
.slick-slide.slick-current .slider_content {
bottom: 0;
}
.advert {