.pkp_site_name .is_img img {
    display: block;
    max-height: none !important;
    max-width: 100%;
    width: auto;
    height: auto;
}

@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: none !important;
    }
}