.baza-znan-button{
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        padding-left: 30px;
        padding-right: 30px;
        color: #ffffff;
        border: 1px solid #ffffff;
        border-color:#ffffff;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        font-family: 'Roboto', Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
    }
   
        .baza-znan-item .baza-znan-item-title{
            -ms-transform: translate3d(0, 45px, 0);
            -webkit-transform: translate3d(0, 45px, 0);
            -moz-transform: translate3d(0, 45px, 0);
            -o-transform: translate3d(0, 45px, 0);
            transform: translate3d(0, 45px, 0);
            -webkit-transition: all ease-in-out .2s;
            -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
            width: 100%;
            position:relative;
        }
        .baza-znan-item .baza-znan-item-button{
            -ms-transform:translate3d(0, -40px, 0);
            -webkit-transform: translate3d(0, -40px, 0);
            -moz-transform: translate3d(0, -40px, 0);
            -o-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
            -webkit-transition: all ease-in-out .2s;
            -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
            opacity: 0;
            width: 100%;
            position:relative;
        }
         .baza-znan-item .dma-gutenberg-uikit-image:after{
            display:block;
            content:'';
            position:absolute;
            top:0;
            bottom:0;
            left:0;
            right:0;
            width:100%;
            height:100%;
            background-image: -moz-linear-gradient(top, rgba(15, 15, 15, 0.50), rgba(0, 0, 0, 0.40));
            background-image: -webkit-linear-gradient(top, rgba(15, 15, 15, 0.50), rgba(0, 0, 0, 0.40));
            background-image: -o-linear-gradient(top, rgba(15, 15, 15, 0.50), rgba(0, 0, 0, 0.40));
            background-image: -ms-linear-gradient(top, rgba(15, 15, 15, 0.50), rgba(0, 0, 0, 0.40));
            -webkit-transition: all ease-in-out .25s;
            -o-transition: all ease-in-out .25s;
            transition: all ease-in-out .25s;
            opacity: 1;
        }
         .baza-znan-item img{
            -webkit-transition: all ease-in-out .25s;
            -o-transition: all ease-in-out .25s;
            transition: all ease-in-out .25s;
        }
         
        .baza-znan-item:hover .baza-znan-item-title, .baza-znan-item:hover .baza-znan-item-button{
            -ms-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            
        }
        .baza-znan-item:hover .baza-znan-item-button{
            opacity: 1;
        }
        .baza-znan-item:hover img{
            -ms-transform: scale(1.05);
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
        }
        .baza-znan-item:hover .dma-gutenberg-uikit-image:after{
            opacity: .8;
        }
        
    
    #dma-home-s8{
        margin-bottom:3px;
    }
   
    .mobile-divice .baza-znan-item .baza-znan-item-title, .mobile-divice .baza-znan-item .baza-znan-item-button{
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
            
    }
    .mobile-divice .baza-znan-item .baza-znan-item-button{
        opacity: 1;
    }
    .dma-gutenberg-uikit-image:after{
        opacity: .8;
    }
   
