.banner{
    width: 100%;
    height: 400px;
    margin-top: 60px;
    position: relative;
    background: url('/themes/web/vpske/static/default/img/act_banner.jpg');
    background-size: 100% 100%;
}

.banner-text-news{
    position: absolute;
    left: 10%;
    top:30%;
    font-size: 42px;
    font-weight: 700;
}


.banner-text {
    position: absolute;
    top: 55%;
    left: 10%;
    font-size: 22px;
}



@media screen and (max-width: 992px){
    .banner{
        margin-top: 0px;
        height: 160px;
    }
    
    .banner-text{
        font-size: 14px;
        top:60%;
        left: 5%;
    }
    
    .banner-text-news{
        position: absolute;
        left: 5%;
        top:30%;
        font-size: 22px;
        font-weight: 700;
    }
    
    h1{
    font-size: 22px;
    }
}