.pkp_brand_footer {
    display: none;
}
 .pkp_site_name .is_img img{ 
    max-height: 150px !important;
}


@media only screen and (max-width: 991px){
    
    .pkp_site_name .is_img img{
        max-height: 40px !important;
    }

}